LambertOrbitSolverGravitationalParameter Property |
Gets or sets the gravitational parameter of the central body, about which the solver is used.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic double GravitationalParameter { get; set; }
Public Property GravitationalParameter As Double
Get
Set
public:
property double GravitationalParameter {
double get ();
void set (double value);
}
member GravitationalParameter : float with get, set
Property Value
Type:
Double
See Also