Method to changes the direction to the type specified.
| [Visual Basic .NET] |
|---|
Public Function ConvertTo( _ ByVal Type As AgEDirectionType _ ) As IAgDirection |
| [C#] |
|---|
public IAgDirection ConvertTo( |
| [Managed C++] |
|---|
public: IAgDirection^ ConvertTo( |
| [Java] |
|---|
public IAgDirection convertTo( |
| [Unmanaged C++] |
|---|
public: HRESULT ConvertTo( |
- Type
Member Value Description eDirEuler 0 Euler B and C angles. eDirPR 1 Pitch and Roll angles. eDirRADec 2 Spherical elements: Right Ascension and Declination. eDirXYZ 3 Cartesian elements.
IAgDirection type.
Converts to the specified enumeration type. i.e. eDirEuler converts to Euler direction and returns an IAgDirectionEuler interface.
