TheSwamp

Code Red => .NET => Topic started by: autogis on March 11, 2019, 04:28:53 PM

Title: readdwgfile architectural - format units
Post by: autogis on March 11, 2019, 04:28:53 PM
Using Map3d 2018/Objectarx, I am trying to import a file that is in Architectural/Inches scale (under format --> units) into an existing file:

Database db = new Database(false, true);
db.ReadDwgFile(the_file, System.IO.FileShare.ReadWrite, true, "");

However the drawing imported does not display in the correct scale.  How can I set it to Architectural/Inches scale when importing?

Thank you