STK AviatorSend comments on this topic.
TurnDirection Property (IAgAvtrBasicManeuverStrategyRollingPull)
See Also
Windows





Windows & Linux

Description

Gets or sets the turn direction for the active mode.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TurnDirection() As AgEAvtrRollLeftRight
[C#]
public AgEAvtrRollLeftRight TurnDirection {get; set;}
[Managed C++]
public: __property AgEAvtrRollLeftRight get_TurnDirection();
public: __property void set_TurnDirection( AgEAvtrRollLeftRight );
[Unmanaged C++]
public: HRESULT get_TurnDirection(
    AgEAvtrRollLeftRight * pVal
);
public: HRESULT put_TurnDirection(
    AgEAvtrRollLeftRight newVal
);
[Java]
public AgEAvtrRollLeftRight getTurnDirection();
public void setTurnDirection(
    AgEAvtrRollLeftRight
);
[Python - STK API ]
@property
def TurnDirection(self) -> "AgEAvtrRollLeftRight":

@TurnDirection.setter
def TurnDirection(self, newVal:"AgEAvtrRollLeftRight") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.