ExternalFileUtilsGetAllExternalFileReferences Method

Gets the ids of all elements which are external file references.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static ICollection<ElementId> GetAllExternalFileReferences(
	Document aDoc
)

Parameters

aDoc  Document
A Revit Document.

Return Value

ICollectionElementId
The ids of all elements which are external file references.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
Remarks
This function will not return the ids of nested Revit links; it only returns top-level references.
See Also