RVTDocs.com

WorksetKindFilter(WorksetKind, Boolean)

Constructor
Description:
Constructs a new instance of WorksetKindFilter filter to match worksets of the given WorksetKind.
Syntax
public WorksetKindFilter(
	WorksetKind worksetKind,
	bool inverted
)
Parameters
Parameter Type Description
worksetKind WorksetKind The WorksetKind to match.
inverted Boolean True if the filter should match all worksets which are not of the given WorksetKind.
Return Value
Exceptions
Exception Condition
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration