AirborneVelocityMessageGeometricAltitudeDelta Property |
Gets or sets the difference between geometric and barometric altitude. Positive values indicate geometric altitude is above
barometric, negative values indicate geometric altitude is below barometric.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<short> GeometricAltitudeDelta { get; set; }
Public Property GeometricAltitudeDelta As Nullable(Of Short)
Get
Set
public:
property Nullable<short> GeometricAltitudeDelta {
Nullable<short> get ();
void set (Nullable<short> value);
}
member GeometricAltitudeDelta : Nullable<int16> with get, set
Property Value
Type:
NullableInt16See Also