STK AviatorSend comments on this topic.
ActiveTurnDirection Property (IAgAvtrBasicManeuverStrategyAileronRoll)
See Also
Windows





Windows & Linux

Description

Gets or sets the roll turn direction for the active roll mode.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ActiveTurnDirection() As AgEAvtrRollLeftRight
[C#]
public AgEAvtrRollLeftRight ActiveTurnDirection {get; set;}
[Managed C++]
public: __property AgEAvtrRollLeftRight get_ActiveTurnDirection();
public: __property void set_ActiveTurnDirection( AgEAvtrRollLeftRight );
[Unmanaged C++]
public: HRESULT get_ActiveTurnDirection(
    AgEAvtrRollLeftRight * pVal
);
public: HRESULT put_ActiveTurnDirection(
    AgEAvtrRollLeftRight newVal
);
[Java]
public AgEAvtrRollLeftRight getActiveTurnDirection();
public void setActiveTurnDirection(
    AgEAvtrRollLeftRight
);
[Python - STK API ]
@property
def ActiveTurnDirection(self) -> "AgEAvtrRollLeftRight":

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.