| Revit 2022 API |
| SelectionFilterElement..::..IsEmpty Method |
| SelectionFilterElement Class See Also |
Determines whether this filter's set is empty or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2013
Syntax
| C# |
|---|
public bool IsEmpty() |
| Visual Basic |
|---|
Public Function IsEmpty As Boolean |
| Visual C++ |
|---|
public: bool IsEmpty() |