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





Windows & Linux

Description

Gets or sets the orientation to roll to for the roll to orientation mode.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RollOrientation() As AgEAvtrRollUprightInverted
[C#]
public AgEAvtrRollUprightInverted RollOrientation {get; set;}
[Managed C++]
public: __property AgEAvtrRollUprightInverted get_RollOrientation();
public: __property void set_RollOrientation( AgEAvtrRollUprightInverted );
[Unmanaged C++]
public: HRESULT get_RollOrientation(
    AgEAvtrRollUprightInverted * pVal
);
public: HRESULT put_RollOrientation(
    AgEAvtrRollUprightInverted newVal
);
[Java]
public AgEAvtrRollUprightInverted getRollOrientation();
public void setRollOrientation(
    AgEAvtrRollUprightInverted
);
[Python - STK API ]
@property
def RollOrientation(self) -> "AgEAvtrRollUprightInverted":

@RollOrientation.setter
def RollOrientation(self, newVal:"AgEAvtrRollUprightInverted") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.