请教一个简明的问题
BeginEditorCommand().......
.......
CompleteEditorCommand()
请大侠解释一下上面两个命令的意义
帮助上说道:BeginEditorCommand():
Call this method to indicate an AutoCAD interactive command is starting.
CompleteEditorCommand():
Call this method upon return from an interactive command that was completed in the Drawing Editor. CompleteEditorCommand() is intended for use after the Drawing Editor has been prepared via BeginEditorCommand().
无标题
请问BeginEditorCommand()这个函数是干什么用的?http://www.mjtd.com/bbs/dispbbs.asp?BoardID=14&RootID=20096&id=20165&star=1&skin=0 在对话框中,调用磁命令,可以隐藏对话框,进入AutoCAD中进行操作,操作完成后,又回到对话框中。
页:
[1]