Description
Opt to define the aerodynamic parameters for takeoff and landing with respect to supersonic flight conditions.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property TakeoffLandingUseCompressibleFlow() As Boolean
|
| [C#] |
|---|
public bool TakeoffLandingUseCompressibleFlow {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_TakeoffLandingUseCompressibleFlow(); public: __property void set_TakeoffLandingUseCompressibleFlow(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_TakeoffLandingUseCompressibleFlow(
VARIANT_BOOL * pVal
);
public: HRESULT put_TakeoffLandingUseCompressibleFlow(
VARIANT_BOOL newVal
);
|
| [Java] |
|---|
public bool getTakeoffLandingUseCompressibleFlow();
public void setTakeoffLandingUseCompressibleFlow(
bool
);
|
| [Python - STK API] |
|---|
@property
def TakeoffLandingUseCompressibleFlow(self) -> bool:
@TakeoffLandingUseCompressibleFlow.setter
def TakeoffLandingUseCompressibleFlow(self, newVal:bool) -> None:
|
See Also