return the list of revit Element Ids

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2023

Syntax

C#
public IList<ElementId> GetRevitElementIds()
Visual Basic
Public Function GetRevitElementIds As IList(Of ElementId)
Visual C++
public:
IList<ElementId^>^ GetRevitElementIds()

See Also