How to import a .dgn file to a .dwg file?

  1. FAQ
  2. »
  3. Import Questions

To import a .dgn file to a .dwg file:

  1. Load the DGN import TX module.
  2. Create an importer instance.
  3. Set the host application services object (to create a new database, etc.).
  4. Set import parameter values. Set the path to be imported.
  5. Do the importing (call the import() method of the importer).

For more details, see the Importing .dgn Files to .dwg Files topic and the DGN Import sample application at Drawing/Examples/ExDgnImport.