发送插入命令和控制编辑器交互
**** Hidden Message ***** InOutBLk是线程关注的命令,其他命令在插入后爆炸,等等。此外,如果您只是注释依赖项,这里是SendCancel方法
公共静态void SendCommand(此文档文档,字符串命令)
{
动态acadDoc=doc.GetAcadDocument()
acadDoc.SendCommand(命令)
}
//
///发送取消命令。
//
//
文件。
公共静态无效发送取消(本文档)
{
doc.SendCommand(“\x03\x03”)
}
翻译错误代码(429):请求 QPS 超过限制。 翻译错误代码(429):请求 QPS 超过限制。 AutoCAD有一个MULTIPLE命令来重复其他命令。
Command: MULTIPLE
Enter command name to repeat: -insert
Enter block name or [?] : MyBlock
Specify insertion point or :
Enter X scale factor, specify opposite corner, or :
Enter Y scale factor :
Specify rotation angle :
-INSERT
Enter block name or [?] :
Specify insertion point or :
Enter X scale factor, specify opposite corner, or :
Enter Y scale factor :
Specify rotation angle :
-INSERT
Enter block name or [?] :
Specify insertion point or :
Enter X scale factor, specify opposite corner, or :
Enter Y scale factor :
Specify rotation angle :
-INSERT
Enter block name or [?] : *Cancel*
但是自己编码这种行为也很酷 翻译错误代码(429):请求 QPS 超过限制。 翻译错误代码(429):请求 QPS 超过限制。
页:
[1]