Get the interface for a Piston Powerplant strategy.
Read-only property
[Visual Basic .NET] |
---|
Public Property PowerplantModeAsPiston() As IAgAvtrAdvFixedWingPistonPowerplant |
[C#] |
---|
public IAgAvtrAdvFixedWingPistonPowerplant PowerplantModeAsPiston {get;} |
[Managed C++] |
---|
public: __property IAgAvtrAdvFixedWingPistonPowerplant ^ get_PowerplantModeAsPiston(); |
[Unmanaged C++] |
---|
public: HRESULT get_PowerplantModeAsPiston( IAgAvtrAdvFixedWingPistonPowerplant ** ppRetVal ); |
[Java] |
---|
public IAgAvtrAdvFixedWingPistonPowerplant getPowerplantModeAsPiston(); |
[Python - STK API ] |
---|
@property def PowerplantModeAsPiston(self) -> "IAgAvtrAdvFixedWingPistonPowerplant": |