There are no methods for this object.
Table 17. PropDefObject Properties
Name | Description |
|---|---|
Abbrev | The property definition name (including fully qualified namespace) |
Cascade | True if the property values are inherited |
ColumnWidth | The default export column width |
DataType | A DataType enumeration value, for example DataType.String (see Enumeration Constants) |
Descr | Description |
DefaultValue | Default Value of the property definition. The type depends on the data type of the property definition. |
EditorLabel | Label |
Global | True if property is a Global Node property |
Hidden | True if property is hidden from the property grid |
ID | ID |
Level | A PropLevel enumeration value, for example, PropLevel.Node (see Enumeration Constants) |
List | True if prop lets user select from a list of values |
ListValues | Array of values from which a user can select |
LookupValues | Lookup key-value pairs for a lookup property. Use the Key and Value properties of the objects in this array. |
MaxValue | Maximum value |
MinValue | Minimum value |
Namespace | Namespace of property definition |
PropType | A PropType enumeration value, for example, PropType.Defined (see Enumeration Constants) |
PropClass | Deriver class (Formula or Script) |
ReadOnly | True if property is read-only (such as a Core stats property) |