Gets or sets the model's orientation. The quaternion is a rotation from the model's local axes to the axes of the model's Reference Frame.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Orientation() As IAgOrientation |
| [C#] |
|---|
public IAgOrientation Orientation {get; set;} |
| [Managed C++] |
|---|
public: __property IAgOrientation ^ get_Orientation(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgOrientation getOrientation(); public void setOrientation( IAgOrientation ); |





