CATIA.Documents.Item(i) includes all documents loaded in the CATIA session. Is there a way to perform a similar function for documents only in the active window?
I understand that it is technically possible by recursively scrolling through the tree, but I would like to get around working on each instance of the document if possible for various scenarios.