ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / Viewshed Class / Viewshed Constructor / Viewshed Constructor(Camera,Double,Double,Double,Double)
A Camera object used for position, heading, and pitch of the observer. Must be in the target map's ArcGIS.Core.Geometry.SpatialReference.
The observer's vertical field of view angle in degrees. Valid values: 0-180.
The observer's horizontal field of view angle in degrees. Valid values: 0-360
Defines a near distance limit in meters. Any scene content closer than this value is disregarded.
Defines a far distance limit and size of the view dome in meters. Any scene content far than this value is disregarded.

In This Topic
    Viewshed Constructor(Camera,Double,Double,Double,Double)
    In This Topic
    The default Viewshed constructor.
    Syntax

    Parameters

    observer
    A Camera object used for position, heading, and pitch of the observer. Must be in the target map's ArcGIS.Core.Geometry.SpatialReference.
    verticalAngle
    The observer's vertical field of view angle in degrees. Valid values: 0-180.
    horizontalAngle
    The observer's horizontal field of view angle in degrees. Valid values: 0-360
    minimumDistance
    Defines a near distance limit in meters. Any scene content closer than this value is disregarded.
    maximumDistance
    Defines a far distance limit and size of the view dome in meters. Any scene content far than this value is disregarded.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also