Difference between revisions of "Analytica Decision Engine (ADE) API"

(CATable properties and methods)
(CAIndex methods and properties)
Line 86: Line 86:
 
==Creation==
 
==Creation==
 
==Properties==
 
==Properties==
 +
* {get} long [[CAIndex::IndexElements|IndexElements]]
 +
* {get,put} string [[CAIndex::Name|Name]]
 +
* {get,put} [[CARenderingStyle]] [[CAIndex::RenderingStyle|RenderingStyle]]
 +
 
==Methods==
 
==Methods==
 +
* long [[CAIndex::GetNumberByValue|GetNumberByValue]](variant val)
 +
* variant [[CAIndex::GetValueByNumber|GetValueByNumber]](long i)
 +
* bool [[CAIndex::ObtainIndex|ObtainIndex]](string indName)
  
 
= [[CARenderingStyle]] =
 
= [[CARenderingStyle]] =

Revision as of 17:00, 1 August 2009

CAEngine

Creation

Properties

Methods

CAObject

Creation

A CAObject instances cannot be created directly. You must obtain a CAObject as the return results of other methods. The most common method used to obtain a CAObject is CAEngine::GetObjectByName (or its synonym, CAEngine::Get).

Properties

Methods

CATable

Creation

Properties

Methods

CAIndex

Creation

Properties

Methods

CARenderingStyle

Creation

Properties

Methods

CALicense

Creation

Properties

Methods

Comments


You are not allowed to post comments.