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