Gets the ids of all elements which refer to external resources.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static ISet<ElementId> GetAllExternalResourceReferences( Document document )
Parameters
- document Document
- The Revit Document containing the external resource references.
Return Value
ISet<ElementId>The ids of all elements which refer to external resources.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |