CADability dotNET
Delegate definition for overridable constructor. Used only for custom filters.

Namespace: CADability.Attribute
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public delegate Filter ConstructionDelegate()
Visual Basic
Public Delegate Function ConstructionDelegate As Filter
Visual C++
public delegate Filter^ ConstructionDelegate()

Return Value

The new constructed Filter-derived class

See Also