IersTechnicalNote36RelativisticCorrectionForce.SolarCentralBody 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
CentralBody
See Also