BaseStationSupplementaryMessageAltitudeIsGeometric Property |
Gets or sets a value indicating whether the
Altitude is
geometric (true) or barometric (false).
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<bool> AltitudeIsGeometric { get; set; }
Public Property AltitudeIsGeometric As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> AltitudeIsGeometric {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member AltitudeIsGeometric : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanRemarks
If there is no supplementary message then the altitude should be assumed to be barometric.
See Also