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

m (sorted methods in CAObject)
m (sorted property names in CALicense)
Line 117: Line 117:
 
==Creation==
 
==Creation==
 
==Properties==
 
==Properties==
 +
* {get} long [[CALicense::AvailableLicenseInstances|AvailableLicenseInstances]]
 +
* {get} BOOL [[CALicense::CanUseOptimizer|MaxLicenseInstances]]
 +
* {get} short int [[CALicense::ErrorCode|ErrorCode]]
 
* {get} string [[CALicense::ErrorText|ErrorText]]
 
* {get} string [[CALicense::ErrorText|ErrorText]]
* {get} short int [[CALicense::ErrorCode|ErrorCode]]
 
* {get} long [[CALicense::AvailableLicenseInstances|AvailableLicenseInstances]]
 
 
* {get} long [[CALicense::MaxLicenseInstances|MaxLicenseInstances]]
 
* {get} long [[CALicense::MaxLicenseInstances|MaxLicenseInstances]]
* {get} BOOL [[CALicense::CanUseOptimizer|MaxLicenseInstances]]
 
  
 
==Methods==
 
==Methods==
 
* [[CAEngine]] [[CALicense::NewCAEngine|NewCAEngine]]()
 
* [[CAEngine]] [[CALicense::NewCAEngine|NewCAEngine]]()
 
* void [[CALicense::SetApplicationLicenseCode|SetApplicationLicenseCode]](string)
 
* void [[CALicense::SetApplicationLicenseCode|SetApplicationLicenseCode]](string)

Revision as of 17:09, 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

none

CALicense

Creation

Properties

Methods

Comments


You are not allowed to post comments.