TwoBodyGravityCentralBody Property  | 
 
            Gets or sets the body which creates the gravity and defines the inertial frame of propagation.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CentralBody CentralBody { get; set; }Public Property CentralBody As CentralBody
	Get
	Set
public:
property CentralBody^ CentralBody {
	CentralBody^ get ();
	void set (CentralBody^ value);
}member CentralBody : CentralBody with get, set
Property Value
Type: 
CentralBody
See Also