Click or drag to resize
AirborneVelocityMessageAirspeedExceeded Property
Gets or sets a value indicating that the aircraft's airspeed is higher than the maximum value that ADS-B messages can carry.

Namespace: VirtualRadar.Interface.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool AirspeedExceeded { get; set; }

Property Value

Type: Boolean
Remarks
If this true then the aircraft's actual airspeed is higher than the value held in Airspeed.
See Also