Gets the ids of all ExternalFileReferences.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2012
Syntax
C# |
---|
public ICollection<ElementId> GetAllExternalFileReferenceIds() |
Visual Basic |
---|
Public Function GetAllExternalFileReferenceIds As ICollection(Of ElementId) |
Visual C++ |
---|
public: ICollection<ElementId^>^ GetAllExternalFileReferenceIds() |