ElementIntersectsFilter.IsElementSupported
Method
Description:
Identifies if the input element is supported by element intersection filters.
Identifies if the input element is supported by element intersection filters.
Parameters
Parameter | Type | Description |
---|---|---|
element | Element | The element. |
Return Value
Type | Description |
---|---|
Boolean | True if the element is supported, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |