<Code Lib>
2027 Method
Changes 3
M

Element.GetExternalResourceReferenceExpanded

Description:
Gets the collection of ExternalResourceReference associated with a specified external resource type.
Remarks:
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::getExternalResourceReference].

public IList<ExternalResourceReference> GetExternalResourceReferenceExpanded(
	ExternalResourceType resourceType
)

Return Value IList<ExternalResourceReference> The collection of the ExternalResourceReference associated with a specified external resource type.

Loading…