ThirdBodyGravityThirdBodyInfo Constructor  | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ThirdBodyInfo(
	string name,
	Point position,
	double gravitationalParameter
)
Public Sub New ( 
	name As String,
	position As Point,
	gravitationalParameter As Double
)
public:
ThirdBodyInfo(
	String^ name, 
	Point^ position, 
	double gravitationalParameter
)
new : 
        name : string * 
        position : Point * 
        gravitationalParameter : float -> ThirdBodyInfoParameters
- name
 - Type: SystemString
The name to identify the perturbing gravitational body. - position
 - Type: AGI.Foundation.GeometryPoint
The position of the perturbing gravitational body. - gravitationalParameter
 - Type: SystemDouble
The gravitational parameter of the body,
            in meters cubed per second squared. 
See Also