IAircraftAltitude Property |
Gets or sets the pressure altitde (in feet) that the aircraft last reported. If the aircraft is
transmitting geometric altitude and the air pressure is known then this will be the calculated
pressure altitude.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Nullable<int> Altitude { get; set; }
Property Altitude As Nullable(Of Integer)
Get
Set
property Nullable<int> Altitude {
Nullable<int> get ();
void set (Nullable<int> value);
}
abstract Altitude : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also