ProximityGadgetClosestAircraftJsonTrack Property |
Gets or sets the heading that the aircraft is tracking across the ground in degrees from 0° north.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Track { get; set; }
Public Property Track As String
Get
Set
public:
property String^ Track {
String^ get ();
void set (String^ value);
}
member Track : string with get, set
Property Value
Type:
StringSee Also