Click or drag to resize

ExecuteCommand Delegate

Delegate used by a macro plugin command to execute the implementation of an command

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public delegate void ExecuteCommand(
	MacroCommandDescriptor aDescriptor,
	List<ObjectProxy> aSelectedObjects
)

Parameters

aDescriptor
Type: Articy.Api.PluginsMacroCommandDescriptor
The descriptor object of the command to be executed
aSelectedObjects
Type: System.Collections.GenericListObjectProxy
the selected objects for which this command should be executed
See Also