CAEngine::CreateModel

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.