Click or drag to resize

ApiLocationToolsGetPosition Method

Gets the position of a specific LocationObject

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

Parameters

aLocationObject
Type: Articy.ApiObjectProxy
The specified LocationObject for the position

Return Value

Type: Point
Point containing the coordinates of the position of the LocationObject
See Also