CATable::ResultType

<< 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.