ThirdBodyGravity.RemoveThirdBody Method (Double) |
Removes a third body gravitational force represented by the gravitational parameter.
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(
double gravitationalParameter
)
Public Function RemoveThirdBody (
gravitationalParameter As Double
) As Boolean
public:
bool RemoveThirdBody(
double gravitationalParameter
)
member RemoveThirdBody :
gravitationalParameter : float -> bool
Parameters
- gravitationalParameter
- Type: System.Double
The gravitational parameter of the body to remove.
Return Value
Type:
Booleantrue if the removal was successful; otherwise
false.
See Also