Description
The degree 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 degree used for state computations. Dimensionless.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property PartialsDegree() As Integer
|
[C#] |
---|
public int PartialsDegree {get; set;}
|
[Managed C++] |
---|
public: __property int get_PartialsDegree(); public: __property void set_PartialsDegree(
int
);
|
[Unmanaged C++] |
---|
public: HRESULT get_PartialsDegree(
long * pVal
);
public: HRESULT put_PartialsDegree(
long InVal
);
|
[Java] |
---|
public int getPartialsDegree();
public void setPartialsDegree(
int
);
|
[Python - STK API] |
---|
@property
def PartialsDegree(self) -> int:
@PartialsDegree.setter
def PartialsDegree(self, InVal:int) -> None:
|
See Also