Difference between revisions of "CAEngine::CurrentModule/zh"
(Created page with "= 说明 =") |
(Created page with "新建立的对象放在 CurrentModule中;一次,在建立任何新对象钱,你应该设定[[CAEngine::CurrentModule/zh | CurrentModule]...") |
||
Line 22: | Line 22: | ||
= 说明 = | = 说明 = | ||
− | + | 新建立的对象放在[[CAEngine::CurrentModule/zh | CurrentModule]]中;一次,在建立任何新对象钱,你应该设定[[CAEngine::CurrentModule/zh | CurrentModule]]。设置:<code>[[CAEngine::CurrentModule/zh | CurrentModule]] = Nothing</code>表示没有模块打开,所有新对象都在顶层模块或者当前已经打开的模型中建立。 | |
− | |||
= API errors = | = API errors = | ||
* 44 – “Module could not be set” | * 44 – “Module could not be set” |
Revision as of 10:08, 18 October 2015
ADE User Guide > ADE Server Class Reference > CAEngine
描述
当前打开的模块
数据类型
访问
读/写属性
示例用法
Dim Obj As Object Set Obj = ADE.CurrentModule
说明
新建立的对象放在 CurrentModule中;一次,在建立任何新对象钱,你应该设定 CurrentModule。设置: CurrentModule = Nothing
表示没有模块打开,所有新对象都在顶层模块或者当前已经打开的模型中建立。
API errors
- 44 – “Module could not be set”
Comments
Enable comment auto-refresher