2026 Method
Changes 6
M

Element.GetExternalResourceReferencesExpanded

Description:
Gets the expanded map of the external resource references referenced by the element.
Remarks:
The value includes all external resource references under the type. Use this API for an element which has multiple external resource references under a specified type, e.g., AppearanceAssetElement. See also: [!:Autodesk::Revit::DB::Element::getExternalResourceReferences].
public IDictionary<ExternalResourceType, IList<ExternalResourceReference>> GetExternalResourceReferencesExpanded()
ExternalResourceType IDictionary ExternalResourceType , IList ExternalResourceReference The expanded map of the external resource references referenced by the element.