CAEngine::CreateModel

Revision as of 23:00, 29 January 2010 by Lchrisman (talk | contribs) (Created page with '<< class CAEngine = CreateModel(modelName) = Creates a new Analytica model with identifier «modelName». = Parameters = ;modelName: string - a valid Analytica i…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<< class CAEngine

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.