Revit 2026 API
Transmission |
Gets the ids of all ExternalFileReferences.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ICollection<ElementId> GetAllExternalFileReferenceIds()
Public Function GetAllExternalFileReferenceIds As ICollection(Of ElementId)
public: ICollection<ElementId^>^ GetAllExternalFileReferenceIds()
member GetAllExternalFileReferenceIds : unit -> ICollection<ElementId>
Return Value
ICollectionElementIdThe ids of all ExternalFileReferences.
See Also