Click or drag to resize
BaseStationSupplementaryMessageAltitudeIsGeometric Property
Gets or sets a value indicating whether the Altitude is geometric (true) or barometric (false).

Namespace: VirtualRadar.Interface.BaseStation
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<bool> AltitudeIsGeometric { get; set; }

Property Value

Type: NullableBoolean
Remarks
If there is no supplementary message then the altitude should be assumed to be barometric.
See Also