CODInsertCommand::Inverse

MvcCommand* CODInsertCommand::Inverse(void)

Creates a command which performs the inverse of this insert command.

Defined in: OdInsertCmd.cpp

Return Value

A pointer to the inverse command (which is this case is a CODDeleteCommand).