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