Difference between revisions of "CAObject::DefinitionType"
(Marked this version for translation) |
|||
Line 4: | Line 4: | ||
<translate> | <translate> | ||
− | = property int DefinitionType = | + | = property int DefinitionType = <!--T:1--> |
+ | <!--T:2--> | ||
Provides quick info about how the object is defined. | Provides quick info about how the object is defined. | ||
− | == Data type == | + | == Data type == <!--T:3--> |
+ | <!--T:4--> | ||
integer | integer | ||
− | == Access == | + | == Access == <!--T:5--> |
+ | <!--T:6--> | ||
read | read | ||
− | == Return value == | + | == Return value == <!--T:7--> |
+ | <!--T:8--> | ||
:-1 = not parsed (e.g., no definition) | :-1 = not parsed (e.g., no definition) | ||
:0 = expr | :0 = expr | ||
Line 30: | Line 34: | ||
:9 = checkbox | :9 = checkbox | ||
− | = Usage = | + | = Usage = <!--T:9--> |
− | defType = obj.DefinitionType | + | <!--T:10--> |
+ | defType = obj.DefinitionType | ||
− | = See Also = | + | = See Also = <!--T:11--> |
</translate> | </translate> |
Revision as of 00:30, 16 June 2015
ADE User Guide > ADE Server Class Reference > CAObject
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