Hello,
There is some way to control the version of DXF file that is created using the Export method of current drawing? By default the files are generated as default version (installed one).

Dim SSet as Object
 
Set SSet = ThisDrawing.SelectionSets.Add("Empty")
ThisDrawing.Export “C:\test”, "DXF", SSet
Thank you!
Regards,
Mircea