The rotorcraft's powerplant type.
Read-write property
| [Visual Basic .NET] | 
|---|
| Public Property PowerplantType() As AgEAvtrRotorcraftPowerplantType | 
| [C#] | 
|---|
| public AgEAvtrRotorcraftPowerplantType PowerplantType {get; set;} | 
| [Managed C++] | 
|---|
| public: __property AgEAvtrRotorcraftPowerplantType get_PowerplantType(); | 
| [Unmanaged C++] | 
|---|
|  | 
| [Java] | 
|---|
| public AgEAvtrRotorcraftPowerplantType getPowerplantType(); public void setPowerplantType( AgEAvtrRotorcraftPowerplantType ); | 
| [Python - STK API] | 
|---|
| @property def PowerplantType(self) -> "AgEAvtrRotorcraftPowerplantType": @PowerplantType.setter def PowerplantType(self, newVal:"AgEAvtrRotorcraftPowerplantType") -> None: | 





