Click or drag to resize

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)
Syntax
public bool RemoveThirdBody(
	string name
)

Parameters

name
Type: System.String
The name of the body to remove.

Return Value

Type: Boolean
true if the removal was successful; otherwise false.
See Also