ArcGIS Pro 2.8 API Reference Guide
LineOfSight Class Properties


ArcGIS.Desktop.Mapping Namespace : LineOfSight Class

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

Public Properties
 NameDescription
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 PropertySet/Get the LineOfSight's maximum distance.

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

 
Public PropertySet/Get the LineOfSight's minimum distance.

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

 
Public PropertySet/Get the LineOfSight's targets list to update or query its target positions. Must be in the target map's ArcGIS.Core.Geometry.SpatialReference.  
Top
See Also

Reference

LineOfSight Class
ArcGIS.Desktop.Mapping Namespace