public Viewshed( Camera observer, double verticalAngle, double horizontalAngle, double minimumDistance, double maximumDistance )
Public Function New( _ ByVal observer As Camera, _ ByVal verticalAngle As Double, _ ByVal horizontalAngle As Double, _ ByVal minimumDistance As Double, _ ByVal maximumDistance As Double _ )
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.