Description
The order of geopotential coefficients to be included for Central Body gravity state transition matrix computations. Valid range is from 0 to 90, depending on the gravity model and the order used for state computations. Dimensionless.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property PartialsOrder() As Integer
|
[C#] |
---|
public int PartialsOrder {get; set;}
|
[Managed C++] |
---|
public: __property int get_PartialsOrder(); public: __property void set_PartialsOrder(
int
);
|
[Unmanaged C++] |
---|
public: HRESULT get_PartialsOrder(
long * pVal
);
public: HRESULT put_PartialsOrder(
long InVal
);
|
[Java] |
---|
public int getPartialsOrder();
public void setPartialsOrder(
int
);
|
[Python - STK API] |
---|
@property
def PartialsOrder(self) -> int:
@PartialsOrder.setter
def PartialsOrder(self, InVal:int) -> None:
|
See Also