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





