Share

ParameterFilterElement.AllRuleParametersApplicable(ElementFilter) Method

Checks that the parameters of the rules used by the given ElementFilter are valid for this filter's categories.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public bool AllRuleParametersApplicable(
	ElementFilter elementFilter
)

Parameters

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.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?