Gets or sets the maximum order of geopotential coefficients to be included for Central Body gravity computations. Valid range is from 0 to 90, depending on the gravity model. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxOrder() As Integer |
[C#] |
---|
public int MaxOrder {get; set;} |
[Managed C++] |
---|
public: __property int get_MaxOrder(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxOrder( long * pVal ); public: HRESULT put_MaxOrder( long MaxOrder ); |
[Java] |
---|
public int getMaxOrder(); public void setMaxOrder( int ); |