2024 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
)
  • element
    The element to check for intersection.
  • Boolean
    inverted
    True if the filter should match all elements which do not intersect the given element.