Method to change the orientation method to the type specified.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgOrientation ConvertTo( AgEOrientationType Type ); |
| [Managed C++] |
|---|
public: IAgOrientation^ ConvertTo( AgEOrientationType Type ); |
| [Java] |
|---|
public IAgOrientation convertTo( AgEOrientationType Type ); |
| [Unmanaged C++] |
|---|
|
- Type
IAgOrientation type.
Converts to the specified enum and returns the IAgOrientation type. i.e ConvertTo(eAzEl) returns an IAgOrientationAzEl interface.





