Author Topic: readdwgfile architectural - format units  (Read 1703 times)

0 Members and 1 Guest are viewing this topic.

autogis

  • Guest
readdwgfile architectural - format units
« 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