怎么样得到_Pline命令执行完后的消息
如标题! class CMyEditorReactor : public AcEditorReactorvoid CMyEditorReactor::commandEnded(const char* cmdStr)<BR>{<BR> CString str;
str.Format(_T("Command Ended: %s"), cmdStr);<BR> str.Format(_T("Command Will Start: %s"), cmdStr);<BR> if (0 == strcmp(cmdStr,"PLINE"))<BR> {
}
}
页:
[1]