Click or drag to resize

JplDEGetGravitationalParameterNative Method

Gets the gravitational parameter of a central body in AU^3/day^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 GetGravitationalParameterNative(
	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 AU^3/day^2.
See Also