Gets or sets the degree 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 Degree() As Integer |
[C#] |
---|
public int Degree {get; set;} |
[Managed C++] |
---|
public: __property int get_Degree(); |
[Unmanaged C++] |
---|
public: HRESULT get_Degree( long * pVal ); public: HRESULT put_Degree( long InVal ); |
[Java] |
---|
public int getDegree(); public void setDegree( int ); |