Gets or sets the 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 Order() As Integer |
[C#] |
---|
public int Order {get; set;} |
[Managed C++] |
---|
public: __property int get_Order(); |
[Unmanaged C++] |
---|
public: HRESULT get_Order( long * pVal ); public: HRESULT put_Order( long InVal ); |
[Java] |
---|
public int getOrder(); public void setOrder( int ); |