Method to changes the direction to the type specified.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgDirection ConvertTo( AgEDirectionType Type ); |
| [Managed C++] |
|---|
public: IAgDirection^ ConvertTo( AgEDirectionType Type ); |
| [Java] |
|---|
public IAgDirection convertTo( AgEDirectionType Type ); |
| [Unmanaged C++] |
|---|
|
- Type
IAgDirection type.
Converts to the specified enumeration type. i.e. eDirEuler converts to Euler direction and returns an IAgDirectionEuler interface.





