2021 Class
Changes 0
C

FilteredWorksetIdIterator

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