JplDE.GetGravitationalParameterNative 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic double GetGravitationalParameterNative(
JplDECentralBody centralBody
)
Public Function GetGravitationalParameterNative (
centralBody As JplDECentralBody
) As Double
public:
double GetGravitationalParameterNative(
JplDECentralBody centralBody
)
member GetGravitationalParameterNative :
centralBody : JplDECentralBody -> float
Parameters
- centralBody
- Type: AGI.Foundation.Celestial.JplDECentralBody
The central body for which to retrieve information.
Return Value
Type:
DoubleThe gravitational parameter of the specified central body, in AU^3/day^2.
See Also