AcRxObject AcEdCommandIterator
class AcEdCommandIterator : public AcRxObject;
accmd.h
This class allows you to traverse the chain of command groups that are registered with AutoCAD and obtain information about the groups and the AcEdCommand objects within them.
Objects of this class are not directly created by ObjectARX applications(they are created by the AcEdCommandStack::iterator() method. There is only one global AcEdCommandStack object in the ObjectARX system, which is normally accessed from ObjectARX applications via the acedRegCmds macro.
AcEdCommand, AcEdCommandStack