Click or drag to resize

ApiLocationToolsCreateAnchor Method

Creates an anchor of a specified LocationObject at a specified position

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

Parameters

aLocationObject
Type: Articy.ApiObjectProxy
The specified LocationObject to create the anchor for
aPosition
Type: System.WindowsPoint
The specified point at which the anchor is to be created

Return Value

Type: ObjectProxy
See Also