Click or drag to resize

MacroPluginObjectsCutting Method

Called when the list of objects are about to be cut off the project. Called before the operation to use the given still valid objects

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public virtual void ObjectsCutting(
	List<ObjectProxy> aObjects
)

Parameters

aObjects
Type: System.Collections.GenericListObjectProxy
See Also