<Code Lib>
2026 Method
Changes 0
M

ExternalFileUtils.GetAllExternalFileReferences

Description:
Gets the ids of all elements which are external file references.
Remarks:
This function will not return the ids of nested Revit links; it only returns top-level references.

public static ICollection<ElementId> GetAllExternalFileReferences(
	Document aDoc
)

Return Value ICollection<ElementId> The ids of all elements which are external file references.

Loading…