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