Show / Hide Table of Contents

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

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX