This was working in Map 3D 2013...
Basically, what I want to do is:
open a dxf file
copy it's database to a new dwg file
close the dxf
I modified the code a little bit to try and make it work with Map 2014, but without success.
Here is my code now:
// Open dxf
DocumentDoc...