Property Attributes
|
Attribute
|
Modify
|
Type
|
Description
|
|
|
|
assocTextDisplays
|
no
|
l_objId
|
List of text displays with this property object as their associate.
|
|
enum
|
no
|
string
|
If the property’s type is fileName, ILExpr, NLPExpr, or string, it can be an enumerated property, which can assume only one of the values in this list. Enum is a range for string-valued properties.
|
|
name
|
yes
|
string
|
Name of the property
|
|
object
|
no
|
objId
|
Database object with this property
|
|
range
|
no
|
see =>
|
If the property value is float, int, or time, this property is either nil or a list containing the lower and upper bound. The type of this attribute, therefore, depends on valueType.
|
|
value
|
yes
|
see =>
|
Value of this property. The type of this attribute depends on valueType.
|
|
valueType
|
no
|
string
|
The type of the value of this property:
|
|
|
|
|
"boolean"
Boolean
|
|
|
|
|
"fileName"
file name string
|
|
|
|
|
"float"
Floating-point integer
|
|
|
|
|
"hierProp"
Property list
|
|
|
|
|
"ILExpr"
IL expression string
|
|
|
|
|
"ILList"
IL list
|
|
|
|
|
"int"
Integer
|
|
|
|
|
"NLPExpr"
NLP expression string
|
|
|
|
|
"string"
String
|
|
|
|
|
"time"
Time-valued string
|
Related Topics
Generic Object Attributes
Return to top