Click or drag to resize
AircraftListJsonBuilderFilterAltitude Property
Gets or sets the range of altitudes that an aircraft can be flying at in order to 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<int> Altitude { get; set; }

Property Value

Type: FilterRangeInt32
See Also