RVTDocs.com

LogicalOrFilter(ElementFilter, ElementFilter)

Constructor
Description:
Constructs a new instance of the logical filter with two input filters.
Syntax
public LogicalOrFilter(
	ElementFilter filter1,
	ElementFilter filter2
)
Parameters
Parameter Type Description
filter1 ElementFilter The first filter.
filter2 ElementFilter The second filter.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null