C++
void BeginEditorCommand();
Description
Call this method to indicate an AutoCAd interactive command is starting.
Example:
BeginEditorCommand(); if (DoMyInteractiveCommand()) CompleteEditorCommand(); else CancelEditorCommand();
void BeginEditorCommand();
Call this method to indicate an AutoCAd interactive command is starting.
Example:
BeginEditorCommand(); if (DoMyInteractiveCommand()) CompleteEditorCommand(); else CancelEditorCommand();