List of Unloaded Links with Path

Is there a way to collect list of links not loaded and its path… Several nodes to extract path works only if the link is loaded. Revit Shows the path even if the link is not loaded under manage links but, not sure how I can read this info via dynamo.

I’ve had no issues with the GeniusLoci node ReportRevitLinks. It’s given me the path for loaded and unloaded links regardless of relative or absolute pathing. From the code, it looks like they’re using GetAbsolutePath() with ModelPathUtils.ConvertModelPathToUserVisiblePath().

4 Likes