Revit 2025.3 API
Selection |
Determines whether this filter's set is empty or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsEmpty()
Public Function IsEmpty As Boolean
public: bool IsEmpty()
member IsEmpty : unit -> bool
Return Value
BooleanTrue if the set is empty, otherwise false.
See Also