Difference between revisions of "CAEngine::SaveModel"

(Marked this version for translation)
 
Line 4: Line 4:
 
<translate>
 
<translate>
  
= SaveModel(filePath) =
+
= SaveModel(filePath) = <!--T:1-->
  
 +
<!--T:2-->
 
Description Saves the model to file «filePath».
 
Description Saves the model to file «filePath».
  
= Parameters =
+
= Parameters = <!--T:3-->
  
 +
<!--T:4-->
 
;filePath:string - the filename, relative to the [[CurrentModelDirectory]]
 
;filePath:string - the filename, relative to the [[CurrentModelDirectory]]
  
= Example Usage =
+
= Example Usage = <!--T:5-->
  
  ade.SaveModel("C:\TMP\CHANGES.ANA");
+
  <!--T:6-->
 +
ade.SaveModel("C:\TMP\CHANGES.ANA");
  
= API errors =
+
= API errors = <!--T:7-->
  
 +
<!--T:8-->
 
* 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>
 
</translate>

Latest revision as of 19:58, 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.