CODMoveCommand::Inverse
MvcCommand*CODMoveCommand::Inverse(void)
Creates a command which performs the inverse of this move command.
Defined in: OdMoveCmd.cpp
Return Value
A pointer to the inverse command (which is this case is another CODMoveCommand with offsets that are negatives of the ones in this command).