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).
Thank you!Dim SSet as Object Set SSet = ThisDrawing.SelectionSets.Add("Empty") ThisDrawing.Export “C:\test”, "DXF", SSet
Regards,
Mircea