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


In This Topic
    LineOfSightOptions Class Members
    In This Topic

    The following tables list the members exposed by LineOfSightOptions.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    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