2020 Constructor
Changes 0
C

ElementIntersectsElementFilter(Element, Boolean)

Description:
Constructs a filter to match elements which intersect the given element, with the option to match all elements not intersecting the given element.
Overloads (2):
ElementIntersectsElementFilter(Element,Boolean)
public ElementIntersectsElementFilter(
	Element element,
	bool inverted
)