CAEngine::AddModule

Revision as of 23:03, 29 January 2010 by Lchrisman (talk | contribs) (Created page with '<< class CAEngine = AddModule(fileName,merge) = Adds a module from file «fileName» into the CurrentModule. The merge parameter currently has no effect and sh…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<< class CAEngine

AddModule(fileName,merge)

Adds a module from file «fileName» into the CurrentModule. The merge parameter currently has no effect and should be set to True. The path is interpreted relative to the CurrentModelDirectory.

Parameters

fileName
string
merge
Boolean

Return value

ModuleName – string

Usage

string modName = ade.AddModule ("C:\MYMOD\MYMOD.ANA", True);

API errors

  • 39 – “Module could not be found”
Comments


You are not allowed to post comments.