Description
Returns the name of the embedded low altitude atmospheric model.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property LowAltAtmDensityModelName() As String
|
| [C#] |
|---|
public string LowAltAtmDensityModelName {get;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_LowAltAtmDensityModelName();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_LowAltAtmDensityModelName(
BSTR * pVal
);
|
| [Java] |
|---|
public String getLowAltAtmDensityModelName();
|
| [Python - STK API] |
|---|
@property
def LowAltAtmDensityModelName(self) -> str:
|
See Also