Gets or sets the J3 property. Taking into account first order longitudinal variations of the Earth's shape. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property J3() As Double |
[C#] |
---|
public double J3 {get; set;} |
[Managed C++] |
---|
public: __property double get_J3(); |
[Unmanaged C++] |
---|
public: HRESULT get_J3( double * pVal ); public: HRESULT put_J3( double newVal ); |
[Java] |
---|
public double getJ3(); public void setJ3( double ); |