Opt to define the aerodynamic parameters for takeoff and landing with respect to supersonic flight conditions.
Read-write property
[Visual Basic .NET] |
---|
Public Property TakeoffLandingUseCompressibleFlow() As Boolean |
[C#] |
---|
public bool TakeoffLandingUseCompressibleFlow {get; set;} |
[Managed C++] |
---|
public: __property bool get_TakeoffLandingUseCompressibleFlow(); |
[Unmanaged C++] |
---|
public: HRESULT get_TakeoffLandingUseCompressibleFlow( VARIANT_BOOL * pVal ); public: HRESULT put_TakeoffLandingUseCompressibleFlow( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getTakeoffLandingUseCompressibleFlow(); public void setTakeoffLandingUseCompressibleFlow( bool ); |