SECEdit::m_pCurrentCommand
MvcCommand* SECEdit::m_pCurrentCommandPoints to the current command.
Developer Notes
This variable is used internally to determine whether requested model changes are the result of command execution vs. api calls. For api calls, a temporary command is generated and then executed so that the command can be placed on the undo stack.This member is an internal implementation detail of Objective Edit and may be subject to change in future versions.
See Also