Click or drag to resize
AirborneVelocityMessageHeading Property
Gets or sets the aircraft's heading (not its ground track).

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

Property Value

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