@Moshe-A wrote:
hi
if you are looking for dwg format then <<enter here>>
moshe
Unfortunately thats not what I'm looking for. I am accessing the drawing preferences "SaveAsType" variable, which returns an integer value. The returns I can access are as follows:
ac2000_dwg returns 12
ac2004_dwg returns 24
ac2007_dwg returns 36
ac2010_dwg returns 48
Where ac????_dwg is an internal AutoCAD variable.
From these it is a simple maths to calculate the values for the dxf and template values (+1) & (+2)
But I cannot access anything above 2010 as I'm using AutoCAD2012.
My best guess would be ac2013_dwg would return 60 etc as per my initial post. I have been accessing the values using (princ) on the command line, so
(princ ac2010_dwg) ==> 48
I am just trying to find out if this continues on a 3 year cycle for versions AutoCAD2013 and above or if it differs.
Hope that makes sense.
I am not one of the robots you're looking for