Revit 2025.3 API
Filtered |
Gets the number of elements in your current filter.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public int GetElementCount()
Public Function GetElementCount As Integer
public: int GetElementCount()
member GetElementCount : unit -> int
Return Value
Int32The number of elements

Does not require a filter, if called on a new FilteredElementCollector it will return a count of all the elements.
See Also