ExternalResourceUtils
Description:
A utility class containing functions related to external resource references.
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.
Elements which are external resource references refer to data outside of the base .rvt file. Examples include Revit links and the keynote table data.
public static class ExternalResourceUtils
| Name | Return Type | Description |
|---|---|---|
| GetAllExternalResourceReferences(Document) | ISet<ElementId> | Gets the ids of all elements which refer to external resources. |
| GetAllExternalResourceReferences(Document, ExternalResourceType) | ISet<ElementId> | Gets the ids of all elements which refer to a specific type of external resource. |