SimpleForwardFlightJetPropulsion.ThrustRequired Property |
Gets or sets the required thrust.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Scalar ThrustRequired { get; set; }
Public Property ThrustRequired As Scalar
Get
Set
public:
property Scalar^ ThrustRequired {
Scalar^ get ();
void set (Scalar^ value);
}
member ThrustRequired : Scalar with get, set
Property Value
Type:
Scalar
See Also