ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / Viewshed Class / Viewshed Constructor / Viewshed Constructor(Viewshed)
The Viewshed object to copy

In This Topic
    Viewshed Constructor(Viewshed)
    In This Topic
    Copy constructor. Useful creating a duplicate Viewshed to use in another MapView.
    Syntax
    public Viewshed( 
       Viewshed viewshed
    )
    Public Function New( _
       ByVal viewshed As Viewshed _
    )

    Parameters

    viewshed
    The Viewshed object to copy
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also