CODCommand::Inverse

MvcCommand* CODCommand::Inverse(void)

Returns an inverse command (i.e. a command that has the opposite affect of the original command.

Defined in: OdCommand.cpp

Return Value

The inverse command.

Comments

This method can be used in absence of an Unexecute override to provide undo support in derived command classes.