Gets an orientation of the projection. The value is a one-dimensional array representing a quaternion (X, Y, Z and W).
[Visual Basic .NET] |
---|
Public Function GetOrientation() As System.Array |
[C#] |
---|
public System.Array GetOrientation(); |
[Managed C++] |
---|
public: System::Array GetOrientation(); |
[Unmanaged C++] |
---|
public: HRESULT GetOrientation( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray getOrientation(); |