Gets the map of the external resource references referenced
by the element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public IDictionary<ExternalResourceType, ExternalResourceReference> GetExternalResourceReferences()
Return Value
IDictionary<ExternalResourceType, ExternalResourceReference>The map of the external resource references referenced by the element.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | This Element does not use any external resource. |