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.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool GeometricAltitudeDeltaExceeded { get; set; }
Public Property GeometricAltitudeDeltaExceeded As Boolean
Get
Set
public:
property bool GeometricAltitudeDeltaExceeded {
bool get ();
void set (bool value);
}
member GeometricAltitudeDeltaExceeded : bool with get, set
Property Value
Type:
BooleanRemarks
If this is true then the difference between the geometric altitude and barometric altitude sources is larger than the value
in
GeometricAltitudeDelta.
See Also