Changes the position coordinates to type specified.
[Visual Basic .NET] |
---|
Public Function ConvertTo( _ ByVal Type As AgEPositionType _ ) As IAgPosition |
[C#] |
---|
public IAgPosition ConvertTo( AgEPositionType Type ); |
[Managed C++] |
---|
public: IAgPosition^ ConvertTo( AgEPositionType Type ); |
[Unmanaged C++] |
---|
public: HRESULT ConvertTo( AgEPositionType Type, IAgPosition ** ppIAgPosition ); |
[Java] |
---|
public IAgPosition convertTo( AgEPositionType Type ); |
[Python - STK API ] |
---|
def ConvertTo(self, Type:"AgEPositionType") -> "IAgPosition": |
- Type
- The type to convert to.
IAgPosition Type.