Click or drag to resize
AircraftListJsonBuilderFilter.Distance Property
Gets or sets the range of distances in kilometres that the aircraft can be at before it can pass the filter.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public FilterRange<double> Distance { get; set; }

Property Value

Type: FilterRange<Double>
See Also