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.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<float> LastTrack { get; set; }
Public Property LastTrack As Nullable(Of Single)
Get
Set
public:
property Nullable<float> LastTrack {
Nullable<float> get ();
void set (Nullable<float> value);
}
member LastTrack : Nullable<float32> with get, set
Property Value
Type:
NullableSingleSee Also