Click or drag to resize
AltitudeType Enumeration
The different types of altitude and vertical rate decoded by VRS.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum AltitudeType
Members
  Member nameValueDescription
Barometric0 The value is pressure alitude against a settings of 1013.25mb. If the altitude type is unknown (e.g. the aircraft data is coming off a cooked feed) then it defaults to this.
Geometric1 The value is the height above the elipsoid.
See Also