Click or drag to resize

TransformerAdd Method

Adds the given object to the transformation list

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

Parameters

aObject
Type: Articy.ApiObjectProxy
The object to add
See Also