Find linked cad reference view

Hallo everyone,
i am trying to find the reference view for each linked dwg in our project, previously i have used a node from Bimorphnodes " Cad.ReportInstance" wich worked pretty well, now they have updated the nodes adn there is a new way to do that, i have tried it, but im not getting what i am wishing for, can someone help me, what am i missing here?
1


Hi @yazanhijazeen32 its still in the latest package, its just been moved to the new ImportInstance node class. Full details of what’s changed is detailed here.

Old:
image

New:

V3/V4:

hi,
when i downloaded the Node, it came out to be like this.

@yazanhijazeen32 its staring you in the face :wink::

Revit > ImportInstance

and that is what i have used, you can see it in this pic image
and i got an “importinstance” list. what i was aiming to is to have a DWG reference view list.

Yep just use the new query nodes from the report to get the reference view; use the ImportInstanceReport.OwnerView node:

thank you very much

Hey, i have a question,

, i managed to get the reference view of each dwg, but as shown in the attached photo, i am getting the imported DWGs as " ImportInstance ", how can i get them with their names?

Thank you

i managed to get the reference view of each dwg, but as shown in the attached photo, i am getting the imported DWGs as " ImportInstance ", how can i get them with their names?

Thank you