LifetimeOrbitPropagatorUseRotatingAtmosphere 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
BooleanSee Also