FilteredWorksetCollector Members

The FilteredWorksetCollector type exposes the following members.

Constructors

  NameDescription
Public methodFilteredWorksetCollector
Constructs a new FilteredWorksetCollector that will search and filter the set of worksets in a document.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the FilteredWorksetCollector
Public methodEquals (Inherited from Object.)
Public methodFirstWorkset
Returns the first workset to pass the filter(s).
Public methodFirstWorksetId
Returns the id of the first workset to pass the filter(s).
Protected methodGetBasicIEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetWorksetIdIterator
Returns a FilteredWorksetIdIterator to the worksets passing the current filter.
Public methodGetWorksetIterator
Returns a FilteredWorksetIterator to the worksets passing the current filter.
Public methodOfKind
Applies a WorksetKindFilter to the collector.
Public methodToString (Inherited from Object.)
Public methodToWorksetIds
Returns the complete set of workset ids that pass the filter(s).
Public methodToWorksets
Returns the complete set of worksets that pass the filter(s).
Public methodWherePasses
Applies a workset filter to the collector.

Properties

  NameDescription
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.

See Also