ThirdBodyGravityRemoveThirdBody Method (Point) |
Removes a third body gravitational force represented by the
Point.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool RemoveThirdBody(
Point point
)
Public Function RemoveThirdBody (
point As Point
) As Boolean
public:
bool RemoveThirdBody(
Point^ point
)
member RemoveThirdBody :
point : Point -> bool
Parameters
- point
- Type: AGI.Foundation.GeometryPoint
The point of the body to remove.
Return Value
Type:
Boolean if the removal was successful; otherwise
.
See Also