CAEngine::CurrentModule

Revision as of 22:30, 29 January 2010 by Lchrisman (talk | contribs) (Created page with '<< class CAEngine = Description = The currently open module. = Data type = CAObject = Access = read/write property = Example Usage = Dim Obj As Object …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<< class CAEngine

Description

The currently open module.

Data type

CAObject

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


You are not allowed to post comments.