ReportFlightJsonLastTrack Property |
Gets or sets the heading that the aircraft was flying over the ground when it was last seen.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public float LastTrack { get; set; }
Public Property LastTrack As Single
Get
Set
public:
property float LastTrack {
float get ();
void set (float value);
}
member LastTrack : float32 with get, set
Property Value
Type:
SingleSee Also