TwoBodyStateTransitionMatrixPropagator.GravitationalParameter Property |
Gets or sets the gravitational parameter for the central body around which to propagate.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.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