Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Everything E3D

Dictionaries

  • Last UpdatedSep 03, 2025
  • 1 minute read

Dictionaries may be used with the rules to define value strings against given keys. For example the key might be the setting of an attribute, and the associated value might be needed to perform correct build or comparison operations. In the example below a Dictionary has been created for Disciplines.

An example formula that uses a dictionary lookup:

Format('/{0}-{1:D2}-EQUIP', Lookup('Discipline',

FUNC of source), AREA of target)