CAEngine::SaveModuleFile

Revision as of 23:12, 29 January 2010 by Lchrisman (talk | contribs) (Created page with '<< class CAEngine = SaveModuleFile(modName, filePath) = Saves module with identifier modName into file «filePath». = Parameters = ;modName: string - the module…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<< class CAEngine

SaveModuleFile(modName, filePath)

Saves module with identifier modName into file «filePath».

Parameters

modName
string - the module's identifier
filePath
string - relative to CurrentModelDirectory

Return value

Boolean (success or failure)

Example Usage

// C#
bool b = ade.SaveModuleFile("Function_lib", "C:\TEMP\NEWMOD.ANA");

ErrorCodes

  • 41 – “Invalid name for object”
  • 46 – “Module could not be saved”
Comments


You are not allowed to post comments.