<Code Lib>
2025 Method
Changes 0
M

ElementFilter.PassesFilter(Element)

Description:
Applies the filter to a given element.
Overloads (2):
PassesFilter(Element)

public bool PassesFilter(
	Element element
)

Return Value Boolean True if the element is accepted by the filter. False if the element is rejected.

Loading…