AirborneVelocityMessageVerticalRateExceeded Property |
Gets or sets a value indicating that the vertical rate exceeds the highest value that the ADS-B message can convey.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool VerticalRateExceeded { get; set; }
Public Property VerticalRateExceeded As Boolean
Get
Set
public:
property bool VerticalRateExceeded {
bool get ();
void set (bool value);
}
member VerticalRateExceeded : bool with get, set
Property Value
Type:
BooleanRemarks
When this is true the actual vertical rate is higher than
VerticalRate.
See Also