Click or drag to resize

PlayMacro Class

Plays the designated macro.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.Addins.ScriptingPlayMacro

Namespace:  MediaCy.Addins.Scripting
Assembly:  MediaCy.Addins.Scripting (in MediaCy.Addins.Scripting.dll) Version: 3.1.0.0
Syntax
VB
Public Class PlayMacro
	Inherits BaseCommand

The PlayMacro type exposes the following members.

Constructors
  NameDescription
Public methodPlayMacro
Initializes a new instance of the PlayMacro class
Public methodPlayMacro(McCommand)
Initializes a new instance of the PlayMacro class
Top
Properties
  NameDescription
Public propertyCloseDocuments
Whether or not to close the macro input.
Public propertyDisplayDocuments
Whether or not to display the documents loaded by the macro or not (including the macro input if any).
Public propertyInput
Public propertyLoadInput
Specifies that the input designates a file that should be loaded.
Public propertyMacroFile
The module file containing the macro.
Public propertyMacroName
The name of the macro.
Public propertyOutput
Public propertyProcessByGroup
When true, multiple documents are processed together using one macro call. Otherwise documents are processed separately with one call for each.
Public propertyProcessByLocation
Process image sets location by location, looping on all locations except for channels which are handled together.
Public propertySaveModifiedDocuments
Whether or not to automatically save the macro input if modified.
Top
Methods
Fields
  NameDescription
Public fieldInputDocuments
These are the documents passed as the input for the macro is any.
Public fieldIsSplit
Top
Remarks
The macro can be in any loaded project.
See Also