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





Windows & Linux

Description

Gets or sets the jet engine intake type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IntakeType() As AgEAvtrJetEngineIntakeType
[C#]
public AgEAvtrJetEngineIntakeType IntakeType {get; set;}
[Managed C++]
public: __property AgEAvtrJetEngineIntakeType get_IntakeType();
public: __property void set_IntakeType( AgEAvtrJetEngineIntakeType );
[Unmanaged C++]
public: HRESULT get_IntakeType(
    AgEAvtrJetEngineIntakeType * pVal
);
public: HRESULT put_IntakeType(
    AgEAvtrJetEngineIntakeType newVal
);
[Java]
public AgEAvtrJetEngineIntakeType getIntakeType();
public void setIntakeType(
    AgEAvtrJetEngineIntakeType
);
[Python - STK API ]
@property
def IntakeType(self) -> "AgEAvtrJetEngineIntakeType":

@IntakeType.setter
def IntakeType(self, newVal:"AgEAvtrJetEngineIntakeType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.