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