RVTDocs.com

ElementIsElementTypeFilter(Boolean)

Constructor
Description:
Constructs a new instance of a filter to match only ElementTypes, with the option to match all elements which are not ElementTypes.
Syntax
public ElementIsElementTypeFilter(
	bool inverted
)
Parameters
Parameter Type Description
inverted Boolean True if the filter should match all elements which are not ElementTypes.
Return Value