Click or drag to resize

TimeVaryingSolidTideModel.RemoveThirdBody Method (Double)

Removes a tidal perturbations due to the body 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)
Syntax
public bool RemoveThirdBody(
	double gravitationalParameter
)

Parameters

gravitationalParameter
Type: System.Double
The gravitational parameter of the body to remove.

Return Value

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