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