*dictionary()
Syntax
*dictionary (name type string value active)
Type
HyperMesh HMASCII
Description
Inputs
- name
- The dictionary item name.
- type
- The type of dictionary item.
- string
- The string assigned to the item.
- value
- The value assigned to the item.
- active
- Determines the activity of the item (-1 means active but non-selectable, 1 means active and selectable, 0 means not active and selectable).
Example
Dictionary items are associated with certain database entities and must immediately follow the entity description command. Dictionary items may only follow these entity descriptions: *component() *group() *loadcollector() *material() *property() *systemcollector()
Errors
None.