STK AviatorSend comments on this topic.
TurbineType Property (IAgAvtrPropulsionEfficiencies)
See Also
Windows





Windows & Linux

Description

Gets or sets the jet engine turbine type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TurbineType() As AgEAvtrJetEngineTurbineType
[C#]
public AgEAvtrJetEngineTurbineType TurbineType {get; set;}
[Managed C++]
public: __property AgEAvtrJetEngineTurbineType get_TurbineType();
public: __property void set_TurbineType( AgEAvtrJetEngineTurbineType );
[Unmanaged C++]
public: HRESULT get_TurbineType(
    AgEAvtrJetEngineTurbineType * pVal
);
public: HRESULT put_TurbineType(
    AgEAvtrJetEngineTurbineType newVal
);
[Java]
public AgEAvtrJetEngineTurbineType getTurbineType();
public void setTurbineType(
    AgEAvtrJetEngineTurbineType
);
[Python - STK API ]
@property
def TurbineType(self) -> "AgEAvtrJetEngineTurbineType":

@TurbineType.setter
def TurbineType(self, newVal:"AgEAvtrJetEngineTurbineType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.