CAEngine::SaveModel

ADE User Guide > ADE Server Class Reference > CAEngine

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
Loading comments...