2027 Constructor
Changes 0
C

ElementCategoryFilter(ElementId, Boolean)

Description:
Constructs a new instance of a filter to match elements by category, with the option to match all elements which are of the given category.
public ElementCategoryFilter(
	ElementId categoryId,
	bool inverted
)
  • categoryId
    The category id to match.
  • Boolean
    inverted
    True if the filter should match all elements which are not of the given category.