Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public double GetGravitationalParameter(
	JplDECentralBody centralBody
)

Parameters

centralBody
Type: AGI.Foundation.CelestialJplDECentralBody
The central body for which to retrieve information.

Return Value

Type: Double
The gravitational parameter of the specified central body, in m^3/s^2.
See Also