STK AviatorSend comments on this topic.
StopAirspeed Property (IAgAvtrBasicManeuverStrategyPushPull)
See Also
Windows





Windows & Linux

Description

Get the airspeed stopping condition.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.