2027 Constructor
Changes 0
C

ElementWorksetFilter(WorksetId, Boolean)

Description:
Constructs a new instance of a filter to match elements in a given workset.
Overloads (2):
ElementWorksetFilter(WorksetId,Boolean)
public ElementWorksetFilter(
	WorksetId worksetId,
	bool inverted
)
  • worksetId
    The workset id to match.
  • Boolean
    inverted
    True if the filter should match all elements which are not in the given workset.