LifetimeOrbitPropagator.UseRotatingAtmosphere Property |
Gets or sets a value indicating whether to model the atmosphere as rotating rather than static. This models the west-to-east winds
induced by atmospheric rotation over the Earth. By default, this is false.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool UseRotatingAtmosphere { get; set; }
Public Property UseRotatingAtmosphere As Boolean
Get
Set
public:
property bool UseRotatingAtmosphere {
bool get ();
void set (bool value);
}
member UseRotatingAtmosphere : bool with get, set
Property Value
Type:
Boolean
See Also