LambertOrbitSolverCentralBodyRadius Property |
Gets or sets the central body's radius which is used in the calculations to denote the surface.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic double CentralBodyRadius { get; set; }
Public Property CentralBodyRadius As Double
Get
Set
public:
property double CentralBodyRadius {
double get ();
void set (double value);
}
member CentralBodyRadius : float with get, set
Property Value
Type:
Double
See Also