CAObject::DefinitionType

This page is a translated version of the page CAObject::DefinitionType and the translation is 100% complete.

ADE User Guide > ADE Server Class Reference > CAObject

Other languages:
English • ‎中文

property int DefinitionType

提供關於對象是如何被定義的快速信息。

數據類型

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

另請參考

Comments


You are not allowed to post comments.