STK AviatorSend comments on this topic.
PowerplantType Property (IAgAvtrRotorcraftProp)
See Also
Windows





Windows & Linux

Description

Gets or sets the rotorcraft's powerplant type.

Property type

Read-write property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.