Click or drag to resize
BaseStationFlightLastTrack Property
Gets or sets the track (degrees from north of heading over the ground) that the aircraft was pointing in when the last message was received.

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

Property Value

Type: NullableSingle
See Also