- Procedure FindUsedElements(SearchSet, SearchIdentifiers, UsedElements)¶
FindUsedElements¶
The procedure FindUsedElements
finds all elements of a particular
set that are in use in a given collection of indexed model identifiers.
FindUsedElements(
SearchSet, ! (input) a set
SearchIdentifiers, ! (input) a subset of AllIdentifiers
UsedElements ! (output) a subset
)
Arguments¶
- SearchSet
The set for which you want to find the used elements.
- SearchIdentifiers
A subset of
AllIdentifiers
, holding identifiers that are indexed overSearchSet
.- UsedElements
A subset of SearchSet. On return this subset will contain the elements that are currently used (i.e. have corresponding nondefault values) in the identifiers contained in SearchIdentifiers.