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





Windows & Linux

Description

Get the standard airspeed of the missile while climbing.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.