By Adam Nagy
I’m using Database.DxfOut() to save a file and it works fine except when trying to save to R14 format. Then it throws eInvalidDwgVersion exception. Why?
Solution
The reason is that saving to R14 DXF format has not been supported since AutoCAD 2006. But you can save to other DXF formats all the way back to R12.

Leave a Reply