ThirdBodyGravity.RemoveThirdBody 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Geometry.Point
The point of the body to remove.
Return Value
Type:
Booleantrue if the removal was successful; otherwise
false.
See Also