Difference between revisions of "CAObject::ResultType"

(Marked this version for translation)
Line 9: Line 9:
  
 
<!--T:3-->
 
<!--T:3-->
The type of the result to be return when [[CAEngine::Result]] or [[CAEngine::ResultTable]] is called.  
+
The type of the result to be return when CAObject[[CAObject::Result|::Result]] or CAObject[[CAObject::ResultTable|::ResultTable]] is called.  
  
 
<!--T:4-->
 
<!--T:4-->

Revision as of 08:23, 20 October 2015

ADE User Guide > ADE Server Class Reference > CAObject

Other languages:
English • ‎中文

Property int ResultType

Description

The type of the result to be return when CAObject::Result or CAObject::ResultTable is called.

0 = Mid
1 = Mean
2 = Sample
3 = Pdf
4 = Cdf
5 = Statistics
6 = ProbBands

Data type

short int

Access

read / write

Usage

set obj = ade.Get("X")
obj.ResultType = 1
meanVal = obj.Result

See Also

Comments


You are not allowed to post comments.