Method to change the orientation method to the type specified.
| [Visual Basic .NET] |
|---|
Public Function ConvertTo( _ ByVal Type As AgEOrientationType _ ) As IAgOrientation |
| [C#] |
|---|
public IAgOrientation ConvertTo( |
| [Managed C++] |
|---|
public: IAgOrientation^ ConvertTo( |
| [Java] |
|---|
public IAgOrientation convertTo( |
| [Unmanaged C++] |
|---|
public: HRESULT ConvertTo( |
- Type
Member Value Description eAzEl 0 AzEl (azimuth-elevation) method. eEulerAngles 1 Euler angles method. eQuaternion 2 Quaternion method. eYPRAngles 3 YPR (yaw-pitch-roll) method.
IAgOrientation type.
Converts to the specified enum and returns the IAgOrientation type. i.e ConvertTo(eAzEl) returns an IAgOrientationAzEl interface.
