Click or drag to resize

PlayMacroProcessByGroup Property

When true, multiple documents are processed together using one macro call. Otherwise documents are processed separately with one call for each.

Namespace:  MediaCy.Addins.Scripting
Assembly:  MediaCy.Addins.Scripting (in MediaCy.Addins.Scripting.dll) Version: 3.1.0.0
Syntax
VB
Public Property ProcessByGroup As Boolean
	Get
	Set

Property Value

Type: Boolean

Return Value

Type: Boolean
Remarks
When documents are processed by group, they are either passed as an array to the single macro parameter, or distributed amongst multiple parameters when they are available.
See Also