Gets or sets the roll turn direction for the active roll mode.
Read-write property
[Visual Basic .NET] |
---|
Public Property ActiveTurnDirection() As AgEAvtrRollLeftRight |
[C#] |
---|
public AgEAvtrRollLeftRight ActiveTurnDirection {get; set;} |
[Managed C++] |
---|
public: __property AgEAvtrRollLeftRight get_ActiveTurnDirection(); |
[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: |