CAEngine::CreateModel

Revision as of 08:05, 20 October 2015 by Jhuawen (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ADE User Guide > ADE Server Class Reference > CAEngine

Other languages:
English • ‎中文

CreateModel(modelName)

建立一个标识符为«modelName»的新Analytica模型。

参 数

modelName
string(字符串)—— 有效的 Analytica 标识符。

返回值

Boolean(布尔值:success或者 failure)

示例用法

bool success = ADE.CreateModel ("MyNewModel");

API 错误

  • 45 – “模型没有建立”
Comments


You are not allowed to post comments.