Gets the spin axes orientation.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property SpinAxesOrientation() As IAgOrientation |
| [C#] |
|---|
public IAgOrientation SpinAxesOrientation {get; set;} |
| [Managed C++] |
|---|
public: __property IAgOrientation ^ get_SpinAxesOrientation(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgOrientation getSpinAxesOrientation(); public void setSpinAxesOrientation( IAgOrientation ); |
[Python - STK API ] |
|---|
@property def SpinAxesOrientation(self) -> "IAgOrientation": @SpinAxesOrientation.setter def SpinAxesOrientation(self, pOrientation:"IAgOrientation") -> None: |






