ElementStructuralTypeFilter(StructuralType, Boolean)
Constructor
Description:
Constructs a new instance of a filter to match elements by structural type, with the option to match all elements which are of the given structural type.
Constructs a new instance of a filter to match elements by structural type, with the option to match all elements which are of the given structural type.
Parameters
Parameter | Type | Description |
---|---|---|
structuralType | StructuralType | The structural type to match. |
inverted | Boolean | True if the filter should match all elements which are not of the given structural type. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |