STK AviatorSend comments on this topic.
ClimbAirspeedType Property (IAgAvtrMissile)
See Also
Windows





Windows & Linux

Description

Get the climb airspeed type.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.