SelectionFilterElementIsEmpty Method

Determines whether this filter's set is empty or not.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsEmpty()

Return Value

Boolean
True if the set is empty, otherwise false.
See Also