Description
The lowest valid altitude of the upper atmospheric density model.
Property type
Read-only property
Syntax
[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();
|
[Python - STK API] |
---|
@property
def LowerBoundUpperAtmModel(self) -> float:
|
See Also