Delegate Model.ImportingObjectsDelegate
Delegate definition for the ImportingObjectsEvent. The handler may modify importedObjects
Namespace: CADability
Assembly: CADability.dll
Syntax
public delegate void ImportingObjectsDelegate(GeoObjectList importedObjects, string fileName);
Parameters
| Type | Name | Description |
|---|---|---|
| GeoObjectList | importedObjects | List of objects beeing imported |
| System.String | fileName | Name of imported file |