LifetimeOrbitPropagatorUseSecondOrderOblatenessCorrection Property |
Gets or sets a value indicating whether to use second order oblateness (J2) correction when propagating the mean orbital elements.
By default, this is true.
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 UseSecondOrderOblatenessCorrection { get; set; }
Public Property UseSecondOrderOblatenessCorrection As Boolean
Get
Set
public:
property bool UseSecondOrderOblatenessCorrection {
bool get ();
void set (bool value);
}
member UseSecondOrderOblatenessCorrection : bool with get, set
Property Value
Type:
BooleanSee Also