CAEngine::AddModule

This page is a translated version of the page CAEngine::AddModule and the translation is 91% complete.

ADE User Guide > ADE Server Class Reference > CAEngine

Other languages:
English • ‎中文

AddModule(fileName,merge)

將文件«fileName»中的模塊添加到 當前模塊。參數merge當前沒有影響,應該設置成Ture。路徑相對於 當前模型目錄解釋。

參 數

fileName:string(字符串)
merge:Boolean(布爾值)

返回值

ModuleName——string:字符串

Usage

string modName = ade.AddModule ("C:\MYMOD\MYMOD.ANA", True);

API 錯誤

  • 39 – 「找不到模塊」
Comments


You are not allowed to post comments.