STK AviatorSend comments on this topic.
ForwardFlightAirspeedType Property (IAgAvtrAircraftVTOLModel)
See Also
Windows





Windows & Linux

Description

Get the forward flight airspeed type.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ForwardFlightAirspeedType() As AgEAvtrAirspeedType
[C#]
public AgEAvtrAirspeedType ForwardFlightAirspeedType {get;}
[Managed C++]
public: __property AgEAvtrAirspeedType get_ForwardFlightAirspeedType();
[Unmanaged C++]
public: HRESULT get_ForwardFlightAirspeedType(
    AgEAvtrAirspeedType * pVal
);
[Java]
public AgEAvtrAirspeedType getForwardFlightAirspeedType();
[Python - STK API ]
@property
def ForwardFlightAirspeedType(self) -> "AgEAvtrAirspeedType":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.