I am trying to find a way to scan a drawing with a VBA macro and gather some information about survey features that are on it and create selection sets based on feature attributes.
I have seen the references to SmartObjects.mvba and looked through those macros for ideas. They all seem to be macros that would be used when the survey is initially processed, not run after the drawing already exists.
I want to be able to scan a drawing, detect if an element is a survey feature or not, and, if it has certain attributes, add it to a selection set. My immediate need is to be able to locate certain survey point features.