CADability dotNET
Set to true, if you don't want AddingGeoObjectEvent rsp. GeoObjectAddedEvent beeing fired after AddingGeoObjectsEvent rsp. GeoObjectsAddedEvent has been called. False is the default value.

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

Syntax

C#
public bool NoSingleAddEvents { set; }
Visual Basic
Public WriteOnly Property NoSingleAddEvents As Boolean
	Set
Visual C++
public:
property bool NoSingleAddEvents {
	void set (bool value);
}

See Also