Difference between revisions of "CAObject::ResultTable"
Line 3: | Line 3: | ||
= Description = | = 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. | + | 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]], [[ProbBands|Bands]], [[PDF]] or [[CDF]]). When [[CAObject::MethodEvaluationTimeLimit]] is set, then the result aborts if the time limit expires. |
= Data type = | = Data type = |
Revision as of 17:26, 4 February 2015
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
Example Usage
CATable tab = obj.ResultTable;
ErrorCodes
(TBD)
See Also
Comments
Enable comment auto-refresher