ProximityGadgetClosestAircraftJsonBearingFromHere Property |
Gets or sets the bearing from the browser to the aircraft 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 BearingFromHere { get; set; }
Public Property BearingFromHere As String
Get
Set
public:
property String^ BearingFromHere {
String^ get ();
void set (String^ value);
}
member BearingFromHere : string with get, set
Property Value
Type:
StringSee Also