Click or drag to resize
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.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Nullable<int> Altitude { get; set; }

Property Value

Type: NullableInt32
See Also