CATable::ResultType

Revision as of 21:55, 12 May 2015 by Lchrisman (talk | contribs) (Created page with "<< Back to CATable = property int ResultType = Contains the type of result that was computed, and controls the type of result computed if the table is updated. ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<< Back to CATable

property int ResultType

Contains the type of result that was computed, and controls the type of result computed if the table is updated.

Possible value are (the same as for CAObject::ResultType):

0 – Mid value (default)
1 – Mean
2 – Sample
3 – PDF
4 – CDF
5 – Statistics
6 – Confidence Bands

Data type

integer

Access

read/write

Usage

tab.ResultType = 1;
tab.Update();

See Also

Comments


You are not allowed to post comments.