Description
Displays the maximum degree permissible for the gravity model partials used in the STM.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property MaxPartialsDegreeText() As String
|
| [C#] |
|---|
public string MaxPartialsDegreeText {get;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_MaxPartialsDegreeText();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MaxPartialsDegreeText(
BSTR * pVal
);
|
| [Java] |
|---|
public String getMaxPartialsDegreeText();
|
| [Python - STK API] |
|---|
@property
def MaxPartialsDegreeText(self) -> str:
|
See Also