STK AviatorSend comments on this topic.
UseTgtAspectForAirspeed Property (IAgAvtrBasicManeuverStrategyRelSpeedAlt)
See Also
Windows





Windows & Linux

Description

Gets or sets the option to use the target aspect to compute the enforced airspeed difference.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseTgtAspectForAirspeed() As Boolean
[C#]
public bool UseTgtAspectForAirspeed {get; set;}
[Managed C++]
public: __property bool get_UseTgtAspectForAirspeed();
public: __property void set_UseTgtAspectForAirspeed( bool );
[Unmanaged C++]
public: HRESULT get_UseTgtAspectForAirspeed(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseTgtAspectForAirspeed(
    VARIANT_BOOL newVal
);
[Java]
public bool getUseTgtAspectForAirspeed();
public void setUseTgtAspectForAirspeed(
    bool
);
[Python - STK API ]
@property
def UseTgtAspectForAirspeed(self) -> bool:

@UseTgtAspectForAirspeed.setter
def UseTgtAspectForAirspeed(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.