Delegate Filter.ConstructionDelegate
Delegate definition for overridable constructor. Used only for custom filters.
Namespace: CADability.Attribute
Assembly: CADability.dll
Syntax
public delegate Filter ConstructionDelegate();
Returns
| Type | Description |
|---|---|
| Filter | The new constructed Filter-derived class |