Difference between revisions of "CAEngine::CreateModel"

(Created page with '<< class CAEngine = CreateModel(modelName) = Creates a new Analytica model with identifier «modelName». = Parameters = ;modelName: string - a valid Analytica i…')
 
Line 1: Line 1:
[[CAEngine|<< class CAEngine]]
+
[[Category:ADE User Guide]]
 +
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAEngine]]
 +
<languages />
 +
<translate>
  
 
= CreateModel(modelName) =
 
= CreateModel(modelName) =
Line 20: Line 23:
  
 
* 45 – “Model could not be created”
 
* 45 – “Model could not be created”
 +
</translate>

Revision as of 18:19, 15 June 2015

ADE User Guide > ADE Server Class Reference > CAEngine

Other languages:
English • ‎中文

CreateModel(modelName)

Creates a new Analytica model with identifier «modelName».

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.