CAEngine::SaveModel

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.