STK AviatorSend comments on this topic.
HoldInitialAirspeed Property (IAgAvtrBasicManeuverStrategyGlideProfile)
See Also
Windows





Windows & Linux

Description

Select whether to maintain the airspeed of the aircraft at the beginning of the procedure throughout the maneuver.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property HoldInitialAirspeed() As Boolean
[C#]
public bool HoldInitialAirspeed {get; set;}
[Managed C++]
public: __property bool get_HoldInitialAirspeed();
public: __property void set_HoldInitialAirspeed( bool );
[Unmanaged C++]
public: HRESULT get_HoldInitialAirspeed(
    VARIANT_BOOL * pVal
);
public: HRESULT put_HoldInitialAirspeed(
    VARIANT_BOOL pVal
);
[Java]
public bool getHoldInitialAirspeed();
public void setHoldInitialAirspeed(
    bool
);
[Python - STK API ]
@property
def HoldInitialAirspeed(self) -> bool:

@HoldInitialAirspeed.setter
def HoldInitialAirspeed(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.