SphericalHarmonicGravityModel.IncludesPermanentTides Property |
Gets or sets a value indicating whether the coefficients of the gravity model include permanent tides.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool IncludesPermanentTides { get; set; }
Public Property IncludesPermanentTides As Boolean
Get
Set
public:
property bool IncludesPermanentTides {
bool get ();
void set (bool value);
}
member IncludesPermanentTides : bool with get, set
Property Value
Type:
Boolean
See Also