IersTechnicalNote36RelativisticCorrectionForce.UseDeSitterCorrection Property |
Gets or sets a value indicating whether the de Sitter correction is to be used. This defaults to
true.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool UseDeSitterCorrection { get; set; }
Public Property UseDeSitterCorrection As Boolean
Get
Set
public:
property bool UseDeSitterCorrection {
bool get ();
void set (bool value);
}
member UseDeSitterCorrection : bool with get, set
Property Value
Type:
Boolean
RemarksThis term should not be used if the central body is set to the Sun.
See Also