Click or drag to resize

ApiLocationToolsRemoveAnchor Method

Deletes a specified anchor

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void RemoveAnchor(
	ObjectProxy aAnchor
)

Parameters

aAnchor
Type: Articy.ApiObjectProxy
The anchor to be deleted
See Also