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





Windows & Linux

Description

Get the standard airspeed of the missile while descending.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.