I've attached Item Type properties to a number of DGN elements. Now I'd like to find each element having an Item Type attachment. One way (the old way) might be to scan a DGN model and examine each element to see if those attachments are present. Can we use other means to find DGN elements having Item Type attachments?
For example, if a define a Report then I can iterate the EC instances referenced by that report using ReportResults. What I can't see is a way to find the DGN element which a ReportRowEntry references. If I could find each element then I can imagine all sort of uses. What have I missed? Is that a reasonable approach for gathering DGN element information?