STK AviatorSend comments on this topic.
StallSpeedRatio Property (IAgAvtrAircraftAdvTakeoffModel)
See Also
Windows





Windows & Linux

Description

Get the ratio of the airspeed to the stall speed upon leaving the ground.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.