CODCommand::Unexecute

BOOL CODCommand::Unexecute(void)

Unexecutes the command.

Defined in: OdCommand.cpp

Return Value

Non-zero if the command was successful.

Comments

This method is generally used for command undo. Commands deriving from CODCommand can override this method or alternatively implement the Inverse() override to support undo operations.