JplDEGetGravitationalParameter Method |
Gets the gravitational parameter of a central body in SI units (m^3/s^2).
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double GetGravitationalParameter(
JplDECentralBody centralBody
)
Public Function GetGravitationalParameter (
centralBody As JplDECentralBody
) As Double
public:
double GetGravitationalParameter(
JplDECentralBody centralBody
)
member GetGravitationalParameter :
centralBody : JplDECentralBody -> float
Parameters
- centralBody
- Type: AGI.Foundation.CelestialJplDECentralBody
The central body for which to retrieve information.
Return Value
Type:
DoubleThe gravitational parameter of the specified central body, in m^3/s^2.
See Also