Description
The gravitational parameter of the central body in distance units cubed per time units squared (i.e. m^3*s^-2)
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property GravitationalParameter() As Double
|
| [C#] |
|---|
public double GravitationalParameter {get;}
|
| [Managed C++] |
|---|
public: __property double get_GravitationalParameter();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_GravitationalParameter(
double * pRetVal
);
|
| [Java] |
|---|
public double getGravitationalParameter();
|
| [Python - STK API] |
|---|
@property
def GravitationalParameter(self) -> float:
|
See Also