Gets or sets the jet engine intake type.
Read-write property
[Visual Basic .NET] |
---|
Public Property IntakeType() As AgEAvtrJetEngineIntakeType |
[C#] |
---|
public AgEAvtrJetEngineIntakeType IntakeType {get; set;} |
[Managed C++] |
---|
public: __property AgEAvtrJetEngineIntakeType get_IntakeType(); |
[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: |