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





Windows & Linux

Description

Get the airspeed type for the airspeed stopping condition.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.