JplDE.GetCenterOfMassPoint Method |
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic JplDECenterOfMassPoint GetCenterOfMassPoint(
JplDECentralBody centralBody
)
Public Function GetCenterOfMassPoint (
centralBody As JplDECentralBody
) As JplDECenterOfMassPoint
public:
JplDECenterOfMassPoint^ GetCenterOfMassPoint(
JplDECentralBody centralBody
)
member GetCenterOfMassPoint :
centralBody : JplDECentralBody -> JplDECenterOfMassPoint
Parameters
- centralBody
- Type: AGI.Foundation.Celestial.JplDECentralBody
An enumeration indicating the central body to create.
Return Value
Type:
JplDECenterOfMassPointThe Point representing the central body.
See Also