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