How to know if Revit file linked Revit files are loaded without opening each one?
I tried GeniusLoci node ReportRevitLinks, but I get empty lists and those 13 tried have at least 6 links for sure.
How to know if Revit file linked Revit files are loaded without opening each one?
I tried GeniusLoci node ReportRevitLinks, but I get empty lists and those 13 tried have at least 6 links for sure.
Amazing one…thanks Alban
they were not, that was the question, how can I know for sure what Revit links are inside any Revit file even if they are correctly loaded, unloaded, not found. I am having issue that I receive Revit files with links broken because they were saved in other server and it is necessary to reload them later, but at least I want to know if the links that I am expecting are there without the need of double checking one by one opening them in Revit.
To know if the links are loaded, the ReportRevitLinks or as shown by @sovitek the ꟿ RevitLinkType.IsLoaded nodes should work.
To reload links you can use one of these nodes :
I think @Alban_de_Chasteigner already had shown what is possible
thanks I can see what I am looking resolved with the output Link Status, and my Revit files did not have links after checking on them,
many thanks, all nodes working fine