STK AviatorSend comments on this topic.
TurbineMode Property (IAgAvtrAdvFixedWingSubSuperHypersonicProp)
See Also
Windows





Windows & Linux

Description

Gets or sets the turbine operating mode.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TurbineMode() As AgEAvtrTurbineMode
[C#]
public AgEAvtrTurbineMode TurbineMode {get; set;}
[Managed C++]
public: __property AgEAvtrTurbineMode get_TurbineMode();
public: __property void set_TurbineMode( AgEAvtrTurbineMode );
[Unmanaged C++]
public: HRESULT get_TurbineMode(
    AgEAvtrTurbineMode * pVal
);
public: HRESULT put_TurbineMode(
    AgEAvtrTurbineMode newVal
);
[Java]
public AgEAvtrTurbineMode getTurbineMode();
public void setTurbineMode(
    AgEAvtrTurbineMode
);
[Python - STK API ]
@property
def TurbineMode(self) -> "AgEAvtrTurbineMode":

@TurbineMode.setter
def TurbineMode(self, newVal:"AgEAvtrTurbineMode") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.