Click or drag to resize
BaseStationSupplementaryMessageVerticalRateIsGeometric Property
Gets or sets a value indicating whether VerticalRate is from a geometric (true) or barometric (false) source.

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

Property Value

Type: NullableBoolean
Remarks
If there is no supplementary message then the vertical rate should be assumed to be from a barometric source.
See Also