Get the maximum absolute altitude.
Read-only property
[Visual Basic .NET] |
---|
Public Property MaxAbsoluteAltitude() As Double |
[C#] |
---|
public double MaxAbsoluteAltitude {get;} |
[Managed C++] |
---|
public: __property double get_MaxAbsoluteAltitude(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxAbsoluteAltitude( double * pVal ); |
[Java] |
---|
public double getMaxAbsoluteAltitude(); |