CATable::ResultType

Revision as of 08:19, 26 October 2015 by Jhuawen (talk | contribs) (Created page with "包含被计算的结果的类型,如果表格被更新将控制该结果的类型。")

ADE User Guide > ADE Server Class Reference > CATable

Other languages:
English • ‎中文

property int ResultType

包含被计算的结果的类型,如果表格被更新将控制该结果的类型。

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.