Difference between revisions of "CAEngine::SaveModel"

(Created page with '<< class CAEngine = SaveModel(filePath) = Description Saves the model to file «filePath». = Parameters = ;filePath:string - the filename, relative to the [[Cur…')
 
Line 1: Line 1:
[[CAEngine|<< class CAEngine]]
+
[[Category:ADE User Guide]]
 +
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAEngine]]
 +
<languages />
 +
<translate>
  
 
= SaveModel(filePath) =
 
= SaveModel(filePath) =
Line 17: Line 20:
 
* 46 – “Model could not be saved”
 
* 46 – “Model could not be saved”
 
* 49 – “There is no model to save”
 
* 49 – “There is no model to save”
 +
</translate>

Revision as of 19:44, 15 June 2015

ADE User Guide > ADE Server Class Reference > CAEngine

Other languages:
English • ‎中文

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


You are not allowed to post comments.