Click or drag to resize

ApiLocationToolsSetPosition Method

Sets the position of a LocationObject to a new point

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void SetPosition(
	ObjectProxy aLocationObject,
	Point aNewPosition
)

Parameters

aLocationObject
Type: Articy.ApiObjectProxy
The LocationObject you want to move
aNewPosition
Type: System.WindowsPoint
Point containing the coordinates for the new position
See Also