2026 Constructor
Changes 0
C

ElementCategoryFilter(BuiltInCategory, Boolean)

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