CADability dotNET
Factory mechanism for constructing Hatch objects If you have a class derivec from this class (Hatch) and everytime CADability creates a hatch object your object should be created, you have to register your static construct method here.

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

Syntax

C#
public static Hatch..::..ConstructionDelegate Constructor
Visual Basic
Public Shared Constructor As Hatch..::..ConstructionDelegate
Visual C++
public:
static Hatch..::..ConstructionDelegate^ Constructor

See Also