Gets the collection of ExternalResourceReference associated with a specified external resource type.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<ExternalResourceReference> GetExternalResourceReferenceExpanded(
ExternalResourceType resourceType
)
Parameters
- resourceType ExternalResourceType
-
The desired external resource type.
Return Value
IList<ExternalResourceReference>
The collection of the ExternalResourceReference associated with a specified external resource type.
Exceptions
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].
See Also
Reference