metaldan Posted December 16, 2011 Posted December 16, 2011 hi I editing lot of drawing with the readdwgfile command. I see that we cannot use database.save command. Instead, can we use a SEND as COMMAND SAVE. Dim myDB As New Database(False, True) myDB.ReadDwgFile(ligneF, IO.FileShare.ReadWrite, True, "") ' myDB.Save() is not valid. so i try to use a command like sendcommand "save" ' i don't know how to call it can you help me please Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.