JplDEGetCenterOfMassPoint Method |
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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.CelestialJplDECentralBody
An enumeration indicating the central body to create.
Return Value
Type:
JplDECenterOfMassPointThe Point representing the central body.
See Also