Click or drag to resize

ApiLocationToolsRemoveAllAnchors Method

Removes all anchors of a specified AnchoredObjects

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

Parameters

aAnchoredObject
Type: Articy.ApiObjectProxy
The specified AnchoredObject to remove the anchors from
See Also