Gets or sets 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++] |
---|
public: HRESULT get_PowerplantType( AgEAvtrRotorcraftPowerplantType * pVal ); public: HRESULT put_PowerplantType( AgEAvtrRotorcraftPowerplantType newVal ); |
[Java] |
---|
public AgEAvtrRotorcraftPowerplantType getPowerplantType(); public void setPowerplantType( AgEAvtrRotorcraftPowerplantType ); |
[Python - STK API ] |
---|
@property def PowerplantType(self) -> "AgEAvtrRotorcraftPowerplantType": @PowerplantType.setter def PowerplantType(self, newVal:"AgEAvtrRotorcraftPowerplantType") -> None: |