Gets or sets 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++] |
---|
public: HRESULT get_PowerplantStrategy( AgEAvtrAdvFixedWingPowerplantStrategy * pVal ); public: HRESULT put_PowerplantStrategy( AgEAvtrAdvFixedWingPowerplantStrategy newVal ); |
[Java] |
---|
public AgEAvtrAdvFixedWingPowerplantStrategy getPowerplantStrategy(); public void setPowerplantStrategy( AgEAvtrAdvFixedWingPowerplantStrategy ); |
[Python - STK API ] |
---|
@property def PowerplantStrategy(self) -> "AgEAvtrAdvFixedWingPowerplantStrategy": @PowerplantStrategy.setter def PowerplantStrategy(self, newVal:"AgEAvtrAdvFixedWingPowerplantStrategy") -> None: |