Click or drag to resize
AirborneVelocityMessageAirspeed Property
Gets or sets the aircraft's airspeed in knots.

Namespace: VirtualRadar.Interface.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<double> Airspeed { get; set; }

Property Value

Type: NullableDouble
Remarks
If this value is supplied then Heading will also indicate the heading (although it can be null if the heading is unknown) and VectorVelocity will be null.
See Also