Click or drag to resize
IAircraft.Track Property
Gets or sets the last reported heading over the ground of the aircraft. If the aircraft is not reporting its track (see IsTransmittingTrack) then the code will calculate one for it. This is in degrees clockwise.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Nullable<float> Track { get; set; }

Property Value

Type: Nullable<Single>
Remarks
Tracks are not calculated until the aircraft has moved a small distance.
See Also