AxesFromBankAngleSurfaceGravity 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
DoubleSee Also