Class Hierarchy
AcRxObject AcEdCommandStack
C++
class AcEdCommandStack : public AcRxObject;
File
accmd.h
Description
The system contains one instance of an object of this class. The single instance is referenced through the acedRegCmds macro (which provides a pointer to the object), and provides applications with the ability to create, define, and register command objects with AutoCAD. These command objects are used to invoke the proper ObjectARX application function when an externally defined command is processed. The command names used to execute the command can be either global and non-translated or local and translated. Commands can be added to existing groups of commands, or added to a newly created group (the new groups are automatically created by the addCommand() method). Attempts to add commands to a group that already contains a command with the specified name will be rejected.
Links
See Also
AcEdCommand, AcEdCommandIterator