CATable::ResultType

Revision as of 01:04, 16 June 2015 by Karenlee (talk | contribs) (Marked this version for translation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ADE User Guide > ADE Server Class Reference > 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
Loading comments...