<Code Lib>
2025.3 Constructor
Changes 0
C

ElementParameterFilter(FilterRule)

Description:
Constructs a new instance of an ElementParameterFilter from a single rule.

public ElementParameterFilter(
	FilterRule filterRule
)

  • filterRule
    The rule applied to test if the element passes this filter.

Loading…