SelectionFilterElementIsEmpty Method

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

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

Return Value

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