Description
The J3 property. Taking into account first order longitudinal variations of the Earth's shape. Dimensionless.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property J3() As Double
|
[C#] |
---|
public double J3 {get; set;}
|
[Managed C++] |
---|
public: __property double get_J3(); public: __property void set_J3(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_J3(
double * pVal
);
public: HRESULT put_J3(
double newVal
);
|
[Java] |
---|
public double getJ3();
public void setJ3(
double
);
|
[Python - STK API] |
---|
@property
def J3(self) -> float:
@J3.setter
def J3(self, newVal:float) -> None:
|
See Also