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

 1. [FAQ](/ja/faq)
2. »
3. [Import Questions](/faq/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](https://docs.opendesign.com/td/frames.html?frmname=topic&frmfile=tdrawings_import_dgn.html) topic and the DGN Import sample application at Drawing/Examples/ExDgnImport.
