STK AviatorSend comments on this topic.
DescentStallSpeedRatio Property (IAgAvtrAircraftAdvDescentModel)
See Also
Windows





Windows & Linux

Description

Gets or sets the ratio of the airspeed upon leaving the ground to the stall speed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DescentStallSpeedRatio() As Double
[C#]
public double DescentStallSpeedRatio {get; set;}
[Managed C++]
public: __property double get_DescentStallSpeedRatio();
public: __property void set_DescentStallSpeedRatio( double );
[Unmanaged C++]
public: HRESULT get_DescentStallSpeedRatio(
    double * pVal
);
public: HRESULT put_DescentStallSpeedRatio(
    double newVal
);
[Java]
public double getDescentStallSpeedRatio();
public void setDescentStallSpeedRatio(
    double
);
[Python - STK API ]
@property
def DescentStallSpeedRatio(self) -> float:

@DescentStallSpeedRatio.setter
def DescentStallSpeedRatio(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.