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





Windows & Linux

Description

Gets or sets the option to improve performance when flying with a target on a straight and level flight path.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseCounterTurnLogic() As Boolean
[C#]
public bool UseCounterTurnLogic {get; set;}
[Managed C++]
public: __property bool get_UseCounterTurnLogic();
public: __property void set_UseCounterTurnLogic( bool );
[Unmanaged C++]
public: HRESULT get_UseCounterTurnLogic(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseCounterTurnLogic(
    VARIANT_BOOL newVal
);
[Java]
public bool getUseCounterTurnLogic();
public void setUseCounterTurnLogic(
    bool
);
[Python - STK API ]
@property
def UseCounterTurnLogic(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.