Click or drag to resize

TimeVaryingSolidTideModelThirdBodies Property

Gets a list of the tidal third bodies that are currently configured to this solid tide model. In most cases, the user should use the AddThirdBody(String, Point, Double) method to configure this parameter rather than setting it directly.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public List<ThirdBodyGravityThirdBodyInfo> ThirdBodies { get; }

Property Value

Type: ListThirdBodyGravityThirdBodyInfo
See Also