CAEngine::SaveModel
Revision as of 23:10, 29 January 2010 by Lchrisman (talk | contribs) (Created page with '<< class CAEngine = SaveModel(filePath) = Description Saves the model to file «filePath». = Parameters = ;filePath:string - the filename, relative to the [[Cur…')
SaveModel(filePath)
Description Saves the model to file «filePath».
Parameters
- filePath
- string - the filename, relative to the CurrentModelDirectory
Example Usage
ade.SaveModel("C:\TMP\CHANGES.ANA");
API errors
- 46 – “Model could not be saved”
- 49 – “There is no model to save”
Comments
Enable comment auto-refresher