VisibilityOperator.SensorHeight Property
Gets or sets the sensor height.
Syntax
public AttributeVariable< System.Double > SensorHeight { get; set; }
Property Value
Default: 35.0
A vertical distance, expressed in the VerticalUnit, giving the sensor height.
Remarks
This property specifies the sensor's height, the type of which can be set with ObserverHeightType.
For LineOfSightOperator and its derived classes TargetLineOfSightOperator and AirspaceCoverageOperator, the SensorHeight is in relation to a carrier, meaning that the observer's total height is the sum of SensorHeight and the carrier's height; see LineOfSightOperator.CarrierType.
On the other hand, the VisibilityIndexOperator is less flexible since it lacks the carrierType property, and it will always interpret the SensorHeight as the observer's total height above the reference level given by ObserverHeightType.
Platforms
Windows, Linux, Android