Class Hierarchy
AcRxObject AcEdCommandIterator
C++
class AcEdCommandIterator : public AcRxObject;
File
accmd.h
Description
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.
Remarks
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.
Links
See Also
AcEdCommand, AcEdCommandStack