Page 1 of 1

CADImage.Layouts support

Posted: 03 Jan 2017, 15:17
by csonon
Is CADImport.CADImage.Layouts support only for specific versions of .dwg files?

I have a document that when I run this call it shows one layout, however I can open it and it shows 2. When I save the document in version 2017 of AutoCAD and run the call again it will now show both layouts.

Re: CADImage.Layouts support

Posted: 05 Jan 2017, 13:50
by support
Hello Chris,

CADImport.CADImage.Layouts value doesn't depend on DWG version. If a drawing has only one layout (Model), AutoCAD automatically adds Layout1 after opening the drawing file, so the output file from AutoCAD will contains two layouts (Model and Layout1). CAD .NET doesn't add Layout1 after opening the drawing file.


Mikhail