STK AviatorSend comments on this topic.
ForwardFlightUseCompressibleFlow Property (IAgAvtrAircraftBasicFixedWingAero)
See Also
Windows





Windows & Linux

Description

Opt to define the aerodynamic parameters for forward flight with respect to supersonic flight conditions.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ForwardFlightUseCompressibleFlow() As Boolean
[C#]
public bool ForwardFlightUseCompressibleFlow {get; set;}
[Managed C++]
public: __property bool get_ForwardFlightUseCompressibleFlow();
public: __property void set_ForwardFlightUseCompressibleFlow( bool );
[Unmanaged C++]
public: HRESULT get_ForwardFlightUseCompressibleFlow(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ForwardFlightUseCompressibleFlow(
    VARIANT_BOOL newVal
);
[Java]
public bool getForwardFlightUseCompressibleFlow();
public void setForwardFlightUseCompressibleFlow(
    bool
);
[Python - STK API ]
@property
def ForwardFlightUseCompressibleFlow(self) -> bool:

@ForwardFlightUseCompressibleFlow.setter
def ForwardFlightUseCompressibleFlow(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.