SimpleFixedWingCoordinatedFlightGravityModel Property |
Gets or sets the model defining the magnitude of the gravitational acceleration.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Scalar GravityModel { get; set; }
Public Property GravityModel As Scalar
Get
Set
public:
property Scalar^ GravityModel {
Scalar^ get ();
void set (Scalar^ value);
}
member GravityModel : Scalar with get, set
Property Value
Type:
ScalarSee Also