TimeVaryingSolidTideModelRemoveThirdBody Method (String) |
Removes tidal perturbations due to the body represented by the name.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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: SystemString
The name of the body to remove.
Return Value
Type:
Boolean if the removal was successful; otherwise
.
See Also