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





Windows & Linux

Description

Gets or sets the roll turn direction for a Smooth Accel basic maneuver strategy.

Property type

Read-write property

Syntax

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

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.