Export Settings in Revit.ini

In the Revit.ini file, settings in the [Export] section provide extended capabilities for exporting files.

ExportACAObjects

Enables the option to import and export solids as AutoCAD Architecture and AutoCAD MEP objects, and enables structural interoperability with AutoCAD Architecture and AutoCAD MEP objects.

Note: This setting is available only in Revit Structure and when using structural features of Autodesk Revit.

Type = integer

Valid values: 0 = disable (default), 1 = enable

ExportDwfObjectData

Controls whether element properties are exported to DWF. This setting corresponds to the Element properties option of the DWF Properties tab on the DWF Export Settings dialog.

Type = integer

Valid values: 0 = disable, 1 = enable (default)

ExportDwfRoomData

During DWF 2D export, controls whether separate layers are created for room elements, space elements, and area elements in the DWF file. This setting corresponds to the Rooms and Areas in a separate boundary layer option of the DWF Properties tab on the DWF Export Settings dialog.

Type = integer

Valid values: 0 = disable (default), 1 = enable

UseVersion2012DGN

Exports and imports DGN files using the same algorithm as in Revit 2012.

NOTE: Do not mix different versions of the DGN converters in the same project.

Type = integer

Valid values: 0 = disable (default), 1 = enable

Example

[Export]
ExportACAObjects=1
UseVersion2012DGN=1
ExportDwfObjectData=1
ExportDwfRoomData=1