ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / LineOfSight Class


In This Topic
    LineOfSight Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Get the color used to paint the line of sight lines for the segment and targets that are NOT visible to their corresponding observer. This affects all LineOfSight objects in the active MapView.  
    Public Method Get the LineOfSight's Observer to query its position.  
    Public Methodstatic (Shared in Visual Basic) Get the color used to paint the line of sight lines for the segment and targets that are outside of the minimum or maximum distance range to their corresponding observer. This affects all LineOfSight objects in the active MapView.  
    Public Methodstatic (Shared in Visual Basic) Get the color used to paint the line of sight lines for the segment and targets that are visible to their corresponding observer. This affects all LineOfSight objects in the active MapView.  
    Public Methodstatic (Shared in Visual Basic) Get the color used to paint the wireframe line that appears below elevated observers or targets. This affects all LineOfSight objects in the active MapView.  
    Public Methodstatic (Shared in Visual Basic) Change the color used to paint the line of sight lines for the segment and targets that are NOT visible to their corresponding observer. This affects all LineOfSight objects in the active MapView.  
    Public MethodSet the LineOfSight's Observer to update its position. Must be in the target map's ArcGIS.Core.Geometry.SpatialReference.  
    Public Methodstatic (Shared in Visual Basic) Change the color used to paint the line of sight lines for the segment and targets that are outside of the minimum or maximum distance range to their corresponding observer. This affects all LineOfSight objects in the active MapView.  
    Public Methodstatic (Shared in Visual Basic) Change the color used to paint the line of sight lines for the segment and targets that are visible to their corresponding observer. This affects all LineOfSight objects in the active MapView.  
    Public Methodstatic (Shared in Visual Basic) Change the color used to paint the wireframe line that appears below elevated observers or targets. This affects all LineOfSight objects in the active MapView.  
    Top
    See Also