ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / LineOfSightOptions Class


In This Topic
    LineOfSightOptions Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public Property Gets and sets whether to extend lines to the maximum distance. Default value is false.  
    Public Property Gets and sets the line width used in the line of sight. Default value is 1.  
    Public Property Gets and sets the not visible color of the line of sight. Default value is RGB value of (200, 28, 139).  
    Public Property Gets and sets the out of range color of the line of sight. Default value is RGB value of (183, 183, 183).  
    Public Property Gets and sets whether to show the edit overlay. Default value is true.  
    Public Property Gets and sets whether to show the intersection distance. Default value is false.  
    Public Property Gets and sets the visible color of the line of sight. Default value is RGB value of (77, 172, 38).  
    Public Property Gets and sets the wireframe color of the line of sight. Default value is RGB value of (255, 170, 0).  
    Top
    See Also