LineOfSightOverlay.Range1Max Property
Gets or sets the upper bounds of the first observer range.
Syntax
public AttributeVariable< System.Double > Range1Max { get; set; }
Property Value
Default: 300.0
The upper bounds of the first observer range, in meters.
Remarks
Surfaces visible from a single observer within the first range will be overlaid with Color1 for that observer. If a surface is seen by two or more different observers within the first range, the OverlapColor1 will be used instead.
Surfaces not seen by any observers within their first range but are visible from a single observer within the second range will be overlaid with Color2 for that observer. Surfaces seen by more than one observer within the second range will use OverlapColor2 instead.
Platforms
Windows, Linux, Android