FilteredWorksetIterator
Description:
An iterator to a set of worksets filtered by the settings of a FilteredWorksetCollector.
An iterator to a set of worksets filtered by the settings of a FilteredWorksetCollector.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.FilteredWorksetIterator
System.Object
Autodesk.Revit.DB.FilteredWorksetIterator
public class FilteredWorksetIterator : IEnumerator<Workset>
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetCurrent() | The workset. | The current workset found by the iterator. |
| IsDone() | bool | Identifies if the iteration has completed. |
| MoveNext() | bool | Increments the iterator to the next workset passing the filter. |
| Reset() | None | Resets the iterator to the beginning. |
| Name | Return Type | Description |
|---|---|---|
| CurrentObject | Object | |
| Current | Workset | Gets the item at the current position of the iterator. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |