The IDLitCommand class provides a dynamic data dictionary storage system. Its methods and properties allow the iTool developer to store information about the execution of an iTool operation on a single target object. It provides a tag-based mechanism for storing and retrieving this information, which allows the iTool developer to easily implement undo and redo functionality for an operation.
This class is written in the IDL language. Its source code can be found in the file idlitcommand__define.pro in the lib/itools/framework subdirectory of the IDL distribution.
See IDLitCommand::Init.
Objects of this class have the following properties. See IDLitCommand Properties for details on individual properties.
In addition, objects of this class inherit the properties of the superclass of this class.
This class has the following methods:
In addition, this class inherits the methods of its superclass.
See Creating a New Generalized Operation for examples using this class and its methods.
Introduced: 6.0