Click or drag to resize

TransformerRemove Method

remove the given object from the transform selection

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

Parameters

aObject
Type: Articy.ApiObjectProxy
the object that should be removed
See Also