The IDLitCommandSet class stores a collection of IDLitCommand objects, allowing a group of commands to be managed as a single item. Command sets are useful as containers for IDLitCommand objects generated by the application of an iTool operation to multiple target items; the generated command set objects are used to provide undo/redo functionality to the iTool system.
This class is written in the IDL language. Its source code can be found in the file idlitcommandset__define.pro in the lib/itools/framework subdirectory of the IDL distribution.
| Note |
Objects of this class have no properties of their own, but do have properties inherited from any superclasses.
This class has the following methods:
In addition, this class inherits the methods of its superclasses.
See Creating a New Generalized Operation for examples using this class and its methods.
Introduced: 6.0