Click or drag to resize
ProximityGadgetAircraftJsonClosestAircraft Property
Gets or sets the closest aircraft, if any.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ProximityGadgetClosestAircraftJson ClosestAircraft { get; set; }

Property Value

Type: ProximityGadgetClosestAircraftJson
Remarks
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