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…')
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
Enable comment auto-refresher