Constructs a new instance of the logical filter with two input filters.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public LogicalOrFilter(
ElementFilter filter1,
ElementFilter filter2
)
Parameters
- filter1 ElementFilter
-
The first filter.
- filter2 ElementFilter
-
The second filter.
Exceptions
See Also
Reference