Difference between revisions of "CAEngine::CurrentModule/zh"
(Created page with "= 描述 =") |
(Created page with "当前打开的模块") |
||
Line 5: | Line 5: | ||
= 描述 = | = 描述 = | ||
− | + | 当前打开的模块 | |
= Data type = | = Data type = |
Revision as of 10:07, 18 October 2015
ADE User Guide > ADE Server Class Reference > CAEngine
描述
当前打开的模块
Data type
Access
read/write property
Example Usage
Dim Obj As Object Set Obj = ADE.CurrentModule
Remarks
Newly created objects are placed into CurrentModule; so, you should set CurrentModule before
creating any new objects. Setting CurrentModule = Nothing
means that no module is open,so all new objects are created in the top-level Module or Model of the currently opened model.
API errors
- 44 – “Module could not be set”
Comments
Enable comment auto-refresher