ProximityGadgetAircraftJsonClosestAircraft Property |
Gets or sets the closest aircraft, if any.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ProximityGadgetClosestAircraftJson ClosestAircraft { get; set; }
Public Property ClosestAircraft As ProximityGadgetClosestAircraftJson
Get
Set
public:
property ProximityGadgetClosestAircraftJson^ ClosestAircraft {
ProximityGadgetClosestAircraftJson^ get ();
void set (ProximityGadgetClosestAircraftJson^ value);
}
member ClosestAircraft : ProximityGadgetClosestAircraftJson with get, set
Property Value
Type:
ProximityGadgetClosestAircraftJsonRemarks
This is an object because the historical code would write {} if there wasn't a closest aircraft and I want
to keep the same behaviour. When I come to revamp the proximity gadget I will change this.
See Also