Difference between revisions of "CAEngine::AddModule/zh"
(Created page with "ModuleName——字符串") |
(Created page with "= API 错误 =") |
||
Line 20: | Line 20: | ||
string modName = ade.AddModule ("C:\MYMOD\MYMOD.ANA", True); | string modName = ade.AddModule ("C:\MYMOD\MYMOD.ANA", True); | ||
− | = API | + | = API 错误 = |
* 39 – “Module could not be found” | * 39 – “Module could not be found” |
Revision as of 12:12, 17 October 2015
ADE User Guide > ADE Server Class Reference > CAEngine
AddModule(fileName,merge)
将文件«fileName»中的模块添加到 当前模块。参数merge当前没有影响,应该设置成Ture。路径解释为相对于[[CurrentModelDirectory] | 当前模型目录]。
参 数
- fileName
- string
- merge
- Boolean
返回值
ModuleName——字符串
Usage
string modName = ade.AddModule ("C:\MYMOD\MYMOD.ANA", True);
API 错误
- 39 – “Module could not be found”
Comments
Enable comment auto-refresher