AcRxObject AcEdCommand
class AcEdCommand : public AcRxObject;
accmd.h
This class represents an AutoCAD command registered in the AutoCAD command dictionary. It contains the flags associated with the command, the address of the function to invoke when the command is processed, the global or untranslated name, and local or translated name associated with the command.
Objects of this class are not directly created by ObjectARX applications(they are created and filled in by the AcEdCommandStack::addCommand() method. There is only one global AcEdCommandStack object in the ObjectARX system, which is normally accessed from ObjectARX applications via the acedRegCmds macro.
AcEdCommandStack, AcEdCommandIterator