Click or drag to resize
AirborneVelocityMessageGeometricAltitudeDeltaExceeded Property
Gets or sets a value indicating that the difference between the geometric and barometric altitude sources exceeds the maximum value that ADS-B can convey.

Namespace: VirtualRadar.Interface.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool GeometricAltitudeDeltaExceeded { get; set; }

Property Value

Type: Boolean
Remarks
If this is true then the difference between the geometric altitude and barometric altitude sources is larger than the value in GeometricAltitudeDelta.
See Also