Gets or sets the J4 property. Taking into account first and second order Earth oblateness effects. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property J4() As Double |
[C#] |
---|
public double J4 {get; set;} |
[Managed C++] |
---|
public: __property double get_J4(); |
[Unmanaged C++] |
---|
public: HRESULT get_J4( double * pVal ); public: HRESULT put_J4( double newVal ); |
[Java] |
---|
public double getJ4(); public void setJ4( double ); |