<Code Lib>
2027 Method
Changes 0
M

ParameterFilterElement.AllRuleParametersApplicable(ElementFilter)

Description:
Checks that the parameters of the rules used by the given ElementFilter are valid for this filter's categories.
Overloads (2):

public bool AllRuleParametersApplicable(
	ElementFilter elementFilter
)

  • elementFilter
    The ElementFilter containing the rules to check.
Return Value Boolean True if all the parameters of the given rules are valid for this filter, otherwise false.

Loading…