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