CADImage.Layouts support

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
csonon
Posts: 2
Joined: 03 Jan 2017, 15:13

CADImage.Layouts support

Post by csonon » 03 Jan 2017, 15:17

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.

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: CADImage.Layouts support

Post by support » 05 Jan 2017, 13:50

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
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply