Dwg placement view and if it is hidden

Good morning.
I am trying to get the view in which the DWG imports were placed, and I would like to know if these imports are hidden so that I can show them later…
Please, I would really appreciate your help… if you have any PYTHON code or suggestions I would really appreciate it… I am attaching images and files… thanks


00_UBICACION DE DWG EN VISTAS.dyn (6.8 KB)
00_UBICACION DE DWG EN VISTAS.rvt (3.6 MB)

Are they view specific imports? If they don’t have owner views they may not be.

What parameters are available for any particular import instance?

I understand what you mention…
In this case, how could you show the element or categories of that type that are shown and not hidden… because the final objective is to show all the DWG files.

If an import is to model space, not a view, then the owner view is kinda irrelevant. Any promising parameters or methods (try bringing the object into a Python node, unwrapping it and using OUT = dir(object) to see those options).