Change the orientation method to the type specified.
[Visual Basic .NET] |
---|
Public Function ConvertTo( _ ByVal Type As AgEOrientationType _ ) As IAgOrientation |
[C#] |
---|
public IAgOrientation ConvertTo( AgEOrientationType Type ); |
[Managed C++] |
---|
public: IAgOrientation^ ConvertTo( AgEOrientationType Type ); |
[Unmanaged C++] |
---|
public: HRESULT ConvertTo( AgEOrientationType Type, IAgOrientation ** ppIAgOrientation ); |
[Java] |
---|
public IAgOrientation convertTo( AgEOrientationType Type ); |
[Python - STK API ] |
---|
def ConvertTo(self, Type:"AgEOrientationType") -> "IAgOrientation": |
- Type
IAgOrientation type.
Converts to the specified enum and returns the IAgOrientation type. i.e ConvertTo(eAzEl) returns an IAgOrientationAzEl interface.