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





Windows & Linux

Description

Get the speed at which the aircraft can begin forward flight.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ForwardFlightAirspeed() As Double
[C#]
public double ForwardFlightAirspeed {get;}
[Managed C++]
public: __property double get_ForwardFlightAirspeed();
[Unmanaged C++]
public: HRESULT get_ForwardFlightAirspeed(
    double * pVal
);
[Java]
public double getForwardFlightAirspeed();
[Python - STK API ]
@property
def ForwardFlightAirspeed(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.