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





Windows & Linux

Description

Get the option to control how fine the control is over the airspeed adjustments in formation flight.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property UseSeparateAirspeedControl() As Boolean
[C#]
public bool UseSeparateAirspeedControl {get;}
[Managed C++]
public: __property bool get_UseSeparateAirspeedControl();
[Unmanaged C++]
public: HRESULT get_UseSeparateAirspeedControl(
    VARIANT_BOOL * pVal
);
[Java]
public bool getUseSeparateAirspeedControl();
[Python - STK API ]
@property
def UseSeparateAirspeedControl(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.