-
Notifications
You must be signed in to change notification settings - Fork 1
Subitem
mtbeek32 edited this page Feb 20, 2024
·
10 revisions
Miscellaneous functions subitem
The GeoDMS uses a hierarchical structure for naming tree items in a configuration.
The subitems of item A are the items one level lower, for which tree item A is the parent item.
The leaves in the tree of a configuration have no subitems.
Sometimes a distinction is made between direct and indirect subitems. Direct subitems are a synonym for subitems as defined above.
Indirect subitems are subitems at lower levels.
The subitem function can be used to refer to a tree item, see the example:
attribute<uint32> att (ADomain) := subitem(unique/Regions,'Values');
results in a reference to the values subitem of unique/Regions
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.