CAEngine::SaveModuleFile

This page is a translated version of the page CAEngine::SaveModuleFile and the translation is 100% complete.

ADE User Guide > ADE Server Class Reference > CAEngine

Other languages:
English • ‎中文

SaveModuleFile(modName, filePath)

將標識符為modName的模塊保存到«filePath»文件中。

參 數

modName:string(字符串)—— 模塊的標識符
filePath:string(字符串)——與 CurrentModelDirectory相關

返回值

Boolean(布爾值:success或者 failure)

示例用法

// C#
bool b = ade.SaveModuleFile("Function_lib", "C:\TEMP\NEWMOD.ANA");

錯誤代碼

  • 41 – 「無效對象名稱」
  • 46 – 「模塊不能保存」
Comments


You are not allowed to post comments.