How Save drawing into older version in ObjectDBX method.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In my current task I am use AutoCAD electrical 2018 , develop customize tool which open 100's of drawings file in ObjectDBX and change font style, and save it. here I observe after open and save file in ObjectDBX , by default file saved into AutoCAD Current version. (AutoCAD 2018, even though you set save type option is older version).
To solve this issue I am change save type option to (AutoCAD 2010) but due to open and save file in ObjectDBX again drawing files save by default in AutoCAD 2018.
on internet I found solution for change save type option in AutoLISP but all answer need to open drawing and then save it. but in my case I am not directly open drawing file, I am open file using ObjectDBX method.
is any one know how to change save type of drawing file in ObjectDBX method.