IDLitCommand Properties
IDLitCommand objects have the following properties in addition to properties inherited from any superclasses. Properties with the word "Yes" in the "Get" column of the property table can be retrieved via IDLitCommand::GetProperty. Properties with the word "Yes" in the "Init" column of the property table can be set via IDLitCommand::Init. Properties with the word "Yes" in the "Set" column in the property table can be set via IDLitCommand::SetProperty.
Note
For a discussion of the property description tables shown below, see About Object Property Descriptions.
Objects of this class have the following properties.
In addition, objects of this class inherit:
SKIP_REDO
A Boolean value that determines whether the command object will be skipped when performing a Redo operation on the command set that contains this command. If this property is set to True (1), the command object will be skipped. The default is False (0), which includes this command during the Redo operation.
The SKIP_REDO property is useful when you have a command that needs to be Undone, but not Redone.
SKIP_UNDO
A Boolean value that determines whether the command object will be skipped when performing an Undo operation on the command set that contains this command. If this property is set to True (1), the command object will be skipped. The default is False (0), which includes this command during the Undo operation.
The SKIP_UNDO property is useful when you have a command that needs to be Redone, but not Undone.
TARGET_IDENTIFIER
The iTool identifier of the target object for this command. This is the item on which the operation associated with the command will execute.
OPERATION_IDENTIFIER
The iTool identifier for the operation associated with this command. When an undo-redo operation takes place, the command object is passed to this operation.