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