Changes the direction to the type specified.
[Visual Basic .NET] |
---|
Public Function ConvertTo( _ ByVal Type As AgEDirectionType _ ) As IAgDirection |
[C#] |
---|
public IAgDirection ConvertTo( AgEDirectionType Type ); |
[Managed C++] |
---|
public: IAgDirection^ ConvertTo( AgEDirectionType Type ); |
[Unmanaged C++] |
---|
public: HRESULT ConvertTo( AgEDirectionType Type, IAgDirection ** ppIAgDirection ); |
[Java] |
---|
public IAgDirection convertTo( AgEDirectionType Type ); |
[Python - STK API ] |
---|
def ConvertTo(self, Type:"AgEDirectionType") -> "IAgDirection": |
- Type
IAgDirection type.
Converts to the specified enumeration type. i.e. eDirEuler converts to Euler direction and returns an IAgDirectionEuler interface.