Description
The maximum power that can be used by engine
to produce thrust. Uses Power Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property MaxInputPower() As Double
|
| [C#] |
public double MaxInputPower {get; set;}
|
| [Managed C++] |
public: __property double get_MaxInputPower();
public: __property void set_MaxInputPower(
double
);
|
| [Unmanaged C++] |
public: HRESULT get_MaxInputPower(
double * pRetVal
);
public: HRESULT put_MaxInputPower(
double NewMaxInputPower
);
|
| [Java] |
public double getMaxInputPower();public void setMaxInputPower(
double
);
|
See Also