Delegate FilterList.PreFilterDelegate
Delegate definition for an FilterList event to allow pre-filtering of acceptance of IGeoObject objects.
Namespace: CADability.Attribute
Assembly: CADability.dll
Syntax
public delegate void PreFilterDelegate(FilterList filterList, IGeoObject go, out bool accepted, out bool doInternalFiltering);
Parameters
| Type | Name | Description |
|---|---|---|
| FilterList | filterList | Filterlist, which issues the event |
| IGeoObject | go | the object to check |
| System.Boolean | accepted | Set true to accept, false to reject |
| System.Boolean | doInternalFiltering | Set true to continue with filters from the list |