ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / Viewshed Class


In This Topic
    Viewshed Class Properties
    In This Topic

    For a list of all members of this type, see Viewshed members.

    Public Properties
     NameDescription
    Public PropertyGets or sets the Viewshed's horizontal angle in degrees

    Defines the Observer's horizontal field of view in degrees. Any scene content outside of this angle is disregarded.

     
    Public PropertyIdentifier for the exploratory analysis object within its current MapView.

    The ID is only unique to the map view that it was added to. For this reason, the same instance should not be added to more than one MapView. Use the subclass's copy constructor for that.

    (Inherited from ArcGIS.Desktop.Mapping.ExploratoryAnalysis)
    Public Property The current MapView that this exploratory analysis object is in. (Inherited from ArcGIS.Desktop.Mapping.ExploratoryAnalysis)
    Public PropertyGets or sets the Viewshed's maximum distance.

    Defines a far distance limit in meters. Any scene content farther than this value is disregarded.

     
    Public PropertyGets or sets the Viewshed's minimum distance.

    Defines a near distance limit in meters. Any scene content closer than this value is disregarded.

     
    Public PropertyGets or sets the Viewshed's vertical angle in degrees

    Defines the Observer's vertical field of view in degrees. Any scene content outside of this angle is disregarded.

     
    Top
    See Also