Author Topic: Database.SaveAs() Problems  (Read 15749 times)

0 Members and 1 Guest are viewing this topic.

TJK44

  • Guest
Re: Database.SaveAs() Problems
« Reply #15 on: August 31, 2012, 07:14:48 PM »
Quote
No need to make VB more VerBose than it is:

Code: [Select]
    Return acadDoc.Saved


Thanks gile for the correction!

mrdharmarajan@gmail.com

  • Guest
Re: Database.SaveAs() Problems
« Reply #16 on: June 05, 2014, 01:55:36 AM »
In my case, the following statement raise 'eBrokenHandle' error for a particular (dense)drawing file. How to fix this error?

acadDB.SaveAs(outputPath & "\" & dwgName.ToString & ".dwg", DwgVersion.Current)