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





Windows & Linux

Description

Gets or sets the jet engine exhaust nozzle type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ExhaustNozzleType() As AgEAvtrJetEngineExhaustNozzleType
[C#]
public AgEAvtrJetEngineExhaustNozzleType ExhaustNozzleType {get; set;}
[Managed C++]
public: __property AgEAvtrJetEngineExhaustNozzleType get_ExhaustNozzleType();
public: __property void set_ExhaustNozzleType( AgEAvtrJetEngineExhaustNozzleType );
[Unmanaged C++]
public: HRESULT get_ExhaustNozzleType(
    AgEAvtrJetEngineExhaustNozzleType * pVal
);
public: HRESULT put_ExhaustNozzleType(
    AgEAvtrJetEngineExhaustNozzleType newVal
);
[Java]
public AgEAvtrJetEngineExhaustNozzleType getExhaustNozzleType();
public void setExhaustNozzleType(
    AgEAvtrJetEngineExhaustNozzleType
);
[Python - STK API ]
@property
def ExhaustNozzleType(self) -> "AgEAvtrJetEngineExhaustNozzleType":

@ExhaustNozzleType.setter
def ExhaustNozzleType(self, newVal:"AgEAvtrJetEngineExhaustNozzleType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.