CODMacroCommand::operator[]
inline CODCommand*&CODMacroCommand::operator[](const int&nIndex)
Gets a reference to a command in the list of subcommands.
Defined in: OdMacroCmd.h
Return Value
A reference to the command's pointer in the subcommand list.
Parameters
nIndex
The index of the command.