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.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AirspeedExceeded { get; set; }
Public Property AirspeedExceeded As Boolean
Get
Set
public:
property bool AirspeedExceeded {
bool get ();
void set (bool value);
}
member AirspeedExceeded : bool with get, set
Property Value
Type:
BooleanRemarks
If this true then the aircraft's actual airspeed is higher than the value held in
Airspeed.
See Also