Get the lowest valid altitude of the upper atmospheric density model.
Read-only property
[Visual Basic .NET] |
---|
Public Property LowerBoundUpperAtmModel() As Double |
[C#] |
---|
public double LowerBoundUpperAtmModel {get;} |
[Managed C++] |
---|
public: __property double get_LowerBoundUpperAtmModel(); |
[Unmanaged C++] |
---|
public: HRESULT get_LowerBoundUpperAtmModel( double * pVal ); |
[Java] |
---|
public double getLowerBoundUpperAtmModel(); |