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