Saving Settings for Future Use
- Last UpdatedJan 19, 2024
- 1 minute read
The line types mapping data can be stored for future use. To enable this option you need to set DXF_LTYPE_CTRL environment variable. The variable should point to the disk file where the setting will be stored.
Example:
DXF_LTYPE_CTRL = c:\aveva\dxfexport\ltypes.xml
The data is loaded by the system at first dxf export startup and stored whenever user click OK in the Mapping data dialog box.
The data is stored in native xml format so it gives an option to modify the file manually. However it is not recommended by AVEVA to modify that file manually as it contains loaded patterns definitions. Changes in that area could result in wrong export of dxf file.