ThirdBodyGravityCentralBody Property |
Gets or sets the body which defines the
TargetPoint's frame.
By default, this is set to
Earth.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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:
CentralBodySee Also