Difference between revisions of "CAObject::DefinitionType"

(MultiTable)
(EW 17355)
 
Line 34: Line 34:
 
:9  = [[Checkbox]]
 
:9  = [[Checkbox]]
 
:10 = [[MultiTable]]
 
:10 = [[MultiTable]]
 +
:11 = [[MultiChoice]]
  
 
= Usage = <!--T:9-->
 
= Usage = <!--T:9-->

Latest revision as of 20:44, 9 May 2017

ADE User Guide > ADE Server Class Reference > CAObject

Other languages:
English • ‎中文

property int DefinitionType

Provides quick info about how the object is defined.

Data type

integer

Access

read

Return value

-1 = not parsed (e.g., no definition)
0 = expr
1 = edit table
2 = prob table
3 = determ table
4 = sub table
5 = list
6 = list of labels
7 = Choice
8 = IntraTable
9 = Checkbox
10 = MultiTable
11 = MultiChoice

Usage

defType = obj.DefinitionType

See Also

Comments


You are not allowed to post comments.