<Code Lib>
2020 Method
Changes 0
M

FilteredElementCollector.GetElementCount

Description:
Gets the number of elements in your current filter.
Remarks:
Does not require a filter, if called on a new FilteredElementCollector it will return a count of all the elements.

public int GetElementCount()

int The number of elements

Loading…