CADability dotNET

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

Syntax

C#
public static event Polyline..::..ConstructedDelegate Constructed
Visual Basic
Public Shared Event Constructed As Polyline..::..ConstructedDelegate
Visual C++
public:
static  event Polyline..::..ConstructedDelegate^ Constructed {
	void add (Polyline..::..ConstructedDelegate^ value);
	void remove (Polyline..::..ConstructedDelegate^ value);
}

See Also