Gets or sets the orientation to roll to for the roll to orientation mode.
Read-write property
[Visual Basic .NET] |
---|
Public Property RollOrientation() As AgEAvtrRollUprightInverted |
[C#] |
---|
public AgEAvtrRollUprightInverted RollOrientation {get; set;} |
[Managed C++] |
---|
public: __property AgEAvtrRollUprightInverted get_RollOrientation(); |
[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: |