RVTDocs.com

LogicalAndFilter(IList<ElementFilter>)

Constructor
Description:
Constructs a new instance of the logical filter with any number of input filters.
Remarks:
The input filters will be copied.
Syntax
public LogicalAndFilter(
	IList<ElementFilter> filters
)
Parameters
Parameter Type Description
filters IList A collection of input filters.
Return Value
Exceptions
Exception Condition
ArgumentException The filter collection is empty, or contains invalid inputs.
ArgumentNullException A non-optional argument was null