Document 对象提供了 SetVariable 和 GetVariable 方法,分别用于设置和检索 AutoCAD 系统变量。例如,要将整数指定给 MAXSORT 系统变量,请使用以下代码:
ThisDrawing.SetVariable "MAXSORT", 100
Submit feedback about this site to: