CADability dotNET
This event will be fired when objects imported from another file are added to the model. The event handler can modify the list of objects, e.g. add or remove objects or combine the objects to a Block.

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

Syntax

C#
public event Model..::..ImportingObjectsDelegate ImportingObjectsEvent
Visual Basic
Public Event ImportingObjectsEvent As Model..::..ImportingObjectsDelegate
Visual C++
public:
 event Model..::..ImportingObjectsDelegate^ ImportingObjectsEvent {
	void add (Model..::..ImportingObjectsDelegate^ value);
	void remove (Model..::..ImportingObjectsDelegate^ value);
}

See Also