Description
Describes macros specific to AcEd classes.
Macros
Macro | Description |
---|---|
acedEditor | The acedEditor macro provides a pointer to the ObjectARX system AcEditor object. The AcEditor object provides methods to add and remove AcEditorReactors from the AutoCAD editor.The actual definition of the macro is as follows. |
acedRegCmds | The acedRegCmds macro provides a pointer to the ObjectARX system AcEdCommandStack object. The command stack object provides methods to manipulate the ObjectARX command stack such as adding and removing commands, removing groups of commands, searching the stack for a command by global or local name, etc.The actual definition of the macro is as follows. |
acedServices | The ObjectARX system AcEdServices object is for AutoCAD internal use only. |