Maximum degree to use in the gravity field when propagating the state error covariance matrix. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaximumDegree() As Integer |
[C#] |
---|
public int MaximumDegree {get; set;} |
[Managed C++] |
---|
public: __property int get_MaximumDegree(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaximumDegree( long * pVal ); public: HRESULT put_MaximumDegree( long MaximumDegree ); |
[Java] |
---|
public int getMaximumDegree(); public void setMaximumDegree( int ); |