Click or drag to resize

TransformerAddRange Method

Adds a list of objects to the transformation selection. Only shapes, images, texts, spots & links are allowed. This method can only be called when the transformation is not active.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void AddRange(
	IEnumerable<ObjectProxy> aObjects
)

Parameters

aObjects
Type: System.Collections.GenericIEnumerableObjectProxy
The IEnumerable of objects to add.
See Also