Click or drag to resize
IAircraftGeometricAltitude Property
Gets or sets the geometric altitude, i.e. how far the aircraft is above sea level. If the aircraft is transmitting barometric altitudes and the air pressure is known then this is the calculated geometric altitude.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Nullable<int> GeometricAltitude { get; set; }

Property Value

Type: NullableInt32
See Also