The powerplant strategy type.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property PowerplantStrategy() As AgEAvtrAdvFixedWingPowerplantStrategy |
| [C#] |
|---|
public AgEAvtrAdvFixedWingPowerplantStrategy PowerplantStrategy {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrAdvFixedWingPowerplantStrategy get_PowerplantStrategy(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrAdvFixedWingPowerplantStrategy getPowerplantStrategy(); public void setPowerplantStrategy( AgEAvtrAdvFixedWingPowerplantStrategy ); |
| [Python - STK API] |
|---|
@property def PowerplantStrategy(self) -> "AgEAvtrAdvFixedWingPowerplantStrategy": @PowerplantStrategy.setter def PowerplantStrategy(self, newVal:"AgEAvtrAdvFixedWingPowerplantStrategy") -> None: |





