The different types of altitude and vertical rate decoded by VRS.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Public Enumeration AltitudeType
public enum class AltitudeType
Members
| Member name | Value | Description |
---|
| Barometric | 0 |
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.
|
| Geometric | 1 |
The value is the height above the elipsoid.
|
See Also