CODDeleteCommand::Inverse
MvcCommand*CODDeleteCommand::Inverse(void)
Creates a command which undoes this command.
Defined in: OdDeleteCmd.cpp
Return Value
A pointer to the inverse command, which in this case is a CODInsertCommand.
MvcCommand*CODDeleteCommand::Inverse(void)
Creates a command which undoes this command.
Defined in: OdDeleteCmd.cpp
Return Value
A pointer to the inverse command, which in this case is a CODInsertCommand.