AircraftListJsonBuilderFilterDistance 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.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public FilterRange<double> Distance { get; set; }
Public Property Distance As FilterRange(Of Double)
Get
Set
public:
property FilterRange<double>^ Distance {
FilterRange<double>^ get ();
void set (FilterRange<double>^ value);
}
member Distance : FilterRange<float> with get, set
Property Value
Type:
FilterRangeDoubleSee Also