| Revit 2019.2 API |
| WorksetKindFilter Constructor (WorksetKind, Boolean) |
| WorksetKindFilter Class See Also |
Constructs a new instance of WorksetKindFilter filter to match worksets of the given WorksetKind.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Since:
2012
Syntax
| C# |
|---|
public WorksetKindFilter( WorksetKind worksetKind, bool inverted ) |
| Visual Basic |
|---|
Public Sub New ( _ worksetKind As WorksetKind, _ inverted As Boolean _ ) |
| Visual C++ |
|---|
public: WorksetKindFilter( WorksetKind worksetKind, bool inverted ) |
Parameters
- worksetKind
- Type: Autodesk.Revit.DB..::..WorksetKind
The WorksetKind to match.
- inverted
- Type: System..::..Boolean
True if the filter should match all worksets which are not of the given WorksetKind.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |