✨ Located in SF Bay Area or LA? Get free Revit AI automation consulting from YC-backed AI engineers →

GetAllExternalFileReferenceIds Method


Transmission Data Get All External File Reference Ids Method

Gets the ids of all ExternalFileReferences.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ICollection<ElementId> GetAllExternalFileReferenceIds()

Return Value

ICollection ElementId
The ids of all ExternalFileReferences.
See Also