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.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Nullable<float> Track { get; set; }
Property Track As Nullable(Of Single)
Get
Set
property Nullable<float> Track {
Nullable<float> get ();
void set (Nullable<float> value);
}
abstract Track : Nullable<float32> with get, set
Property Value
Type:
NullableSingleRemarks
Tracks are not calculated until the aircraft has moved a small distance.
See Also