AxesFromBankAngle.SurfaceGravity Property |
Gets or sets the value of the surface gravity corresponding to the
CentralBody, in meters per second squared.
By default, this value corresponds to
EarthSurfaceGravity.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double SurfaceGravity { get; set; }
Public Property SurfaceGravity As Double
Get
Set
public:
property double SurfaceGravity {
double get ();
void set (double value);
}
member SurfaceGravity : float with get, set
Property Value
Type:
Double
See Also