CAEngine::CreateModel

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

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.