CAObject::DefinitionType

Revision as of 14:09, 23 October 2015 by Jhuawen (talk | contribs) (Created page with "= 用法 =")

ADE User Guide > ADE Server Class Reference > CAObject

Other languages:
English • ‎中文

property int DefinitionType

Provides quick info about how the object is defined.

数据类型

integer:整型

访问

读取

返回值

关于如何定义对象的快速信息。返回:

-1 = not parsed (未解析,例如没有定义)
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(复选框)

用法

defType = obj.DefinitionType

See Also

Comments


You are not allowed to post comments.