Click or drag to resize

ApiLocationToolsGetLocalVertices Method

Gets a list of points containing the coordinates for the local vertices

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

Parameters

aLocationObject
Type: Articy.ApiObjectProxy
The LocationObject for the local vertices

Return Value

Type: ListPoint
List of points for the local vertices
See Also