CAObject::ResultType
ADE User Guide > ADE Server Class Reference > CAObject
Property int ResultType
Description
The type of the result to be return when Result or 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
Enable comment auto-refresher