TwoBodyStoppablePropagatorGravitationalParameter Property  | 
 
            Gets or sets the gravitational parameter of the central body that the propagated 
            element is around.
            
 
    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