LineOfSightOptions Class Members
                In This Topic
            
            The following tables list the members exposed by LineOfSightOptions.
            
            Public Constructors
            
            
            
            
            
            
            
            Public Properties
|  | Name | Description | 
|---|
|  | ExtendLines | Gets and sets whether to extend lines to the maximum distance.  Default value is false. | 
|  | LineWidth | Gets and sets the line width used in the line of sight.  Default value is 1. | 
|  | NotVisibleColor | Gets and sets the not visible color of the line of sight. Default value is RGB value of (200, 28, 139). | 
|  | OutOfRangeColor | Gets and sets the out of range color of the line of sight. Default value is RGB value of (183, 183, 183). | 
|  | ShowEditOverlay | Gets and sets whether to show the edit overlay. Default value is true. | 
|  | ShowIntersectionDistance | Gets and sets whether to show the intersection distance.  Default value is false. | 
|  | VisibleColor | Gets and sets the visible color of the line of sight. Default value is RGB value of (77, 172, 38). | 
|  | WireframeColor | Gets and sets the wireframe color of the line of sight. Default value is RGB value of (255, 170, 0). | 
TopSee Also