Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
in Revit 2016, I can get the list of the CAD files attached (in this instance, AutoCAD) and their path using something like
Select Case extRef.ExternalFileReferenceType Case ExternalFileReferenceType.CADLink dim filepath as string = ModelPathUtils.ConvertModelPathToUserVisiblePath(extRef.GetAbsolutePath) Case ....
However, in the case this CAD file has xRefs/Images (images which by the way are not displayed in Revit), I only get the file path of the 'master'.
does anybody have any idea how I can also find the list of the the master's xRefs (and their path) as well, as, if they exists, their nested xRefs ?
Solved! Go to Solution.