IersTechnicalNote36RelativisticCorrectionForceSolarCentralBody Property |
Gets or sets the
CentralBody that represents the sun of the solar system where this force is used.
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 SolarCentralBody { get; set; }
Public Property SolarCentralBody As CentralBody
Get
Set
public:
property CentralBody^ SolarCentralBody {
CentralBody^ get ();
void set (CentralBody^ value);
}
member SolarCentralBody : CentralBody with get, set
Property Value
Type:
CentralBodySee Also