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
Determines whether the specified Object is equal to the current Object.
(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
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(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
Returns a string that represents the current object.
(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