Click or drag to resize

TransformerRemoveRange Method

Removes a list IEnumerable list of objects from the transform selection. Invalid objects in the list are ignored. 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 RemoveRange(
	IEnumerable<ObjectProxy> aObjects
)

Parameters

aObjects
Type: System.Collections.GenericIEnumerableObjectProxy
See Also