Difference between revisions of "CAObject::ResultTable"

Line 22: Line 22:
 
* [[CAObject::Evaluate]]
 
* [[CAObject::Evaluate]]
 
* [[CATable::Subscript]], [[CATable::Slice]]
 
* [[CATable::Subscript]], [[CATable::Slice]]
 +
* [[CAObject]], [[CATable]]

Revision as of 22:25, 15 February 2012

<< class CAObject

Description

This method of CAObject evaluates the result and returns a CATable object. The CAObject::ResultType property controls which result is computed (Mid, Sample, Mean, Statistics, Bands, PDF or CDF). When CAObject::MethodEvaluationTimeLimit is set, then the result aborts if the time limit expires.

Data type

CATable

Example Usage

CATable tab = obj.ResultTable;

ErrorCodes

(TBD)

See Also

Comments


You are not allowed to post comments.