CAObject::DefinitionType
Revision as of 21:24, 12 May 2015 by Lchrisman (talk | contribs) (Created page with "<< Back to CAObject = property int DefinitionType = Provides quick info about how the object is defined. == Data type == integer == Access == read == Re...")
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
Usage
defType = obj.DefinitionType
See Also
Comments
Enable comment auto-refresher