Gets the maximum altitude of the atmosphere.
Read-only property
[Visual Basic .NET] |
---|
Public Property MaximumAltitude() As Double |
[C#] |
---|
public double MaximumAltitude {get;} |
[Managed C++] |
---|
public: __property double get_MaximumAltitude(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaximumAltitude( double * pVal ); |
[Java] |
---|
public double getMaximumAltitude(); |