Gets or sets 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.
Read-write property
[Visual Basic .NET] |
---|
Public Property PartialsDegree() As Integer |
[C#] |
---|
public int PartialsDegree {get; set;} |
[Managed C++] |
---|
public: __property int get_PartialsDegree(); |
[Unmanaged C++] |
---|
public: HRESULT get_PartialsDegree( long * pVal ); public: HRESULT put_PartialsDegree( long InVal ); |
[Java] |
---|
public int getPartialsDegree(); public void setPartialsDegree( int ); |