LogicalAndFilter Constructor (ElementFilter, ElementFilter)


Logical And Filter(Element Filter, Element Filter) Constructor

Constructs a new instance of the logical filter with two input filters.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public LogicalAndFilter(
	ElementFilter filter1,
	ElementFilter filter2
)

Parameters

filter1 ElementFilter
The first filter.
filter2 ElementFilter
The second filter.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
Remarks
The input filters will be copied.
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →