LineOfSightOperator.MaxUpDistance Property
Gets or sets the maximal straight-up range of the observer.
Syntax
public AttributeVariable< System.Double > MaxUpDistance { get; set; }
Property Value
Default: 30000.0
The maximal straight-up range of the observer, in meters.
Remarks
This property defines a plane that the observer cannot see above. The plane is perpendicular to the vertical line through the observer, and intersects the vertical line MaxUpDistance meters above the sensor of the observer. With this definition, the plane does not have a constant altitude above sea level, since the earth is round but the plane is defined as a true plane in 3D space.
Platforms
Windows, Linux, Android