2022 Class
Changes 0
C

ExternalResourceUtils

Description:
A utility class containing functions related to external resource references.
Remarks:
Elements which are external resource references refer to data outside of the base .rvt file. Examples include Revit links and the keynote table data.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ExternalResourceUtils
public static class ExternalResourceUtils
Name Return Type Description
M GetAllExternalResourceReferences(Document) ISet<ElementId> Gets the ids of all elements which refer to external resources.
M GetAllExternalResourceReferences(Document, ExternalResourceType) ISet<ElementId> Gets the ids of all elements which refer to a specific type of external resource.