LifetimeOrbitPropagatorAtmosphericDensity Property |
Gets or sets the model for atmospheric density. This includes the data to use for geomagnetic flux
and solar radiation. However, this instance will be copied and the
TargetPoint
will be replaced during propagation with the position determined by this propagator.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ScalarAtmosphericDensity AtmosphericDensity { get; set; }
Public Property AtmosphericDensity As ScalarAtmosphericDensity
Get
Set
public:
property ScalarAtmosphericDensity^ AtmosphericDensity {
ScalarAtmosphericDensity^ get ();
void set (ScalarAtmosphericDensity^ value);
}
member AtmosphericDensity : ScalarAtmosphericDensity with get, set
Property Value
Type:
ScalarAtmosphericDensitySee Also