<Code Lib>
2020 Method
Changes 0
M

FilterRule.ElementPasses

Description:
Derived classes override this method to implement the test that determines whether the given element passes this rule or not.

public bool ElementPasses(
	Element element
)

Return Value bool True if the element satisfies the rule, false otherwise.

Loading…