FilteredElementCollector.GetElementCount Method

Gets the number of elements in your current filter.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public int GetElementCount()

Return Value

Int32
The number of elements

Remarks

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

See Also

Reference

FilteredElementCollector Class
Autodesk.Revit.DB Namespace