|
DemandLoadARXApp 属性 |
指定若图形包含第三方应用程序所创建的自定义对象时,是否以及何时由 AutoCAD 按需加载该应用程序。
语法
object.DemandLoadARXApp
object
PreferencesOpenSave
使用该属性的对象。
DemandLoadARXApp
acARXDemandLoad 常数; 可读写
acDemandLoadDisabled
acDemandLoadOnObjectDetect
acDemandLoadCmdInvoke
acDemandLoadOnObjectDetect + acDemandLoadCmdInvoke
系统变量
该属性的值保存在 DEMANDLOAD 系统变量中。
说明
该属性的初始值为 acDemandLoadOnObjectDetect + acDemandLoadCmdInvoke。
acDemandLoadDisabled
关闭按需加载。
acDemandLoadOnObjectDetect
在打开包含自定义对象的图形时按需加载源应用程序。此设置在调用应用程序的命令时,不按需加载源应用程序。
acDemandLoadCmdInvoke
在调用应用程序的某个命令时按需加载源应用程序。该设置在用户打开包含自定义对象的图形时,不按需加载应用程序。
acDemandLoadOnObjectDetect + acDemandLoadCmdInvoke
在打开包含自定义对象的图形或调用应用程序的某个命令时,按需加载源应用程序。