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