# Export for Layer-based Software

Some software products may require a layer structure to be added to the IFC classification. Revit automatically assigns the layer value according to the default CAD (.dwg/.dgn) mapping file. The default configuration file is: C:\ProgramData\Autodesk\ RVT 20xx\exportlayers-dwg-AIA.txt

The configuration found in this file can be adapted from the Revit UI when selecting Export > Options > Export settings DWG/DXF or manually using the syntax:

\<Revit Category Name>\<tab>\<tab>\<Layer Name>

<figure><img src="https://2715261634-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FprbMwk21uTZaZrhwExiJ%2Fuploads%2Famymac5wtvfBMdKeige8%2F30%20OPTIONS%20FOR%20THE%20EXPORT%20OF%20IFC%20FILES.png?alt=media&#x26;token=15c7f374-af4c-443a-a2a6-bd9183b61d6c" alt=""><figcaption></figcaption></figure>

The reference to a custom layer reference file needs to be added to the Revit.ini file which can be found in the following location: C:\Users\\\<USER>\AppData\Roaming\ Autodesk\Revit\Autodesk Revit 20xx

The full path to the layer reference file is added in the line starting with ExportLayersNameDGN=

For Example: ExportLayersNameDGN=C:\Users\\\<USER>\Documents\RevitLayers.txt Just like with the class mapping, sometimes it is needed to assign the layer value on the element level. For this, you can use the shared parameter *IfcPresentationLayer,* which is of course included in the official shared parameter files.
