STK AviatorSend comments on this topic.
PowerplantStrategy Property (IAgAvtrAdvFixedWingTool)
See Also
Windows





Windows & Linux

Description

Gets or sets the powerplant strategy type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PowerplantStrategy() As AgEAvtrAdvFixedWingPowerplantStrategy
[C#]
public AgEAvtrAdvFixedWingPowerplantStrategy PowerplantStrategy {get; set;}
[Managed C++]
public: __property AgEAvtrAdvFixedWingPowerplantStrategy get_PowerplantStrategy();
public: __property void set_PowerplantStrategy( AgEAvtrAdvFixedWingPowerplantStrategy );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.