Method Create
Create(params ILineElementFilter[])
Creates a new instance of ILineElementFilterCollection with the given filters
Declaration
public static ILineElementFilterCollection Create(params ILineElementFilter[] filters)
Parameters
| Type | Name | Description |
|---|---|---|
| ILineElementFilter[] | filters | The filters to initialize the collection with |
Returns
| Type | Description |
|---|---|
| ILineElementFilterCollection | The newly created entity filter collection |