The following tables list the members exposed by the DWGConverter type.

Name Description
Public event AfterReadEvent Occurs after reading a DXF file. (inherited from CADConverter).
Public event BeforeReadEvent Occurs before reading a DXF file. (inherited from CADConverter).
Public event OnCreateEvent Occurs when an instance of each loaded CAD entity is created. (inherited from CADConverter).
Public event OnInsertEvent Occurs when an object of the CADInsert class or its descendants inserted into a CAD image. (inherited from CADConverter).
Public event Static OnResolveXRefEvent Occurs when xref filename not found. (inherited from CADConverter).
Public event OnViewPortEvent Occurs when loading a CADViewPort object into a CAD image is complete. (inherited from CADConverter).
Top