2027 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
)
  • element
    The element to test against the rule.
Return Value Boolean True if the element satisfies the rule, false otherwise.