subitem
- Details
- Last Updated on Wednesday, 30 January 2013 13:49
syntax
- subitem(a, b)
- a!b
definition
subitem(a, b) or a!b refers to a subitem with as tree item name the literal string b in the parent treeitem a.
applies to
Tree item a can be any tree item.
Constant or parameter b with value type string.
since version
5.15
example
1. attribute<uint32> regions (ADomain)result: regions refers to the values subitem in the unique Regions container.
: expr = "subitem(unique/Regions, 'Values')";
2. attribute<uint32> regions (ADomain)
: expr = "unique/Regions!'Values'";