<Code Lib>
2024 Method
Changes 0
M

ExternalResourceUtils.GetAllExternalResourceReferences(Document)

Description:
Gets the ids of all elements which refer to external resources.
Remarks:
This function will not return the ids of nested Revit links; it only returns top-level references.
Overloads (2):
GetAllExternalResourceReferences(Document)

public static ISet<ElementId> GetAllExternalResourceReferences(
	Document document
)

Return Value ISet<ElementId> The ids of all elements which refer to external resources.

Loading…