CAEngine::CreateModel

Revision as of 09:44, 18 October 2015 by Jhuawen (talk | contribs) (Created page with "建立一个标识符为«modelName»的新Analytica模型。")

ADE User Guide > ADE Server Class Reference > CAEngine

Other languages:
English • ‎中文

CreateModel(modelName)

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

Parameters

modelName
string - a valid Analytica identifier.

Return value

Boolean (success or failure)

Example Usage

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

API errors

  • 45 – “Model could not be created”
Comments


You are not allowed to post comments.