SimpleForwardFlightPropellerPropulsionPropellerCount Property |
Gets or sets the number of propellers for the propulsion model.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int PropellerCount { get; set; }
Public Property PropellerCount As Integer
Get
Set
public:
property int PropellerCount {
int get ();
void set (int value);
}
member PropellerCount : int with get, set
Property Value
Type:
Int32Remarks The default value is 1.
See Also