STK AviatorSend comments on this topic.
AirspeedFactor Property (IAgAvtrBasicManeuverStrategyRendezvous)
See Also
Windows





Windows & Linux

Description

Get the maneuver factor, a dimensionless factor defining how fine the control is over airspeed adjustments in formation flight.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.