ScalarAtmosphericDensityCentralBody Property |
Gets or sets the central body of the atmosphere described by the density model.
This is set to the
Earth by default.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual CentralBody CentralBody { get; set; }
Public Overridable Property CentralBody As CentralBody
Get
Set
public:
virtual property CentralBody^ CentralBody {
CentralBody^ get ();
void set (CentralBody^ value);
}
abstract CentralBody : CentralBody with get, set
override CentralBody : CentralBody with get, set
Property Value
Type:
CentralBodySee Also