.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

VB.NET Code to Close AutoCAD

2 REPLIES 2
Reply
Message 1 of 3
btillman
1399 Views, 2 Replies

VB.NET Code to Close AutoCAD

I am having some difficulty in finding information on how to close AutoCAD from my VB.NET code. I open it, create a drawing, save and close the drawing, and now I need to close AutoCAD.

 

I'm using VB 2010 Express and here is the code which launches AutoCAD.

 

        Dim vAcadApp As AutoCAD.AcadApplication
        Dim vAcadDoc As AutoCAD.AcadDocument
        vAcadApp = New AutoCAD.AcadApplication
        vAcadApp.Visible = True

 After the drawing is closed I need some way of closing down AutoCAD.

2 REPLIES 2
Message 2 of 3
Hallex
in reply to: btillman

Have you tried

 

vAcadApp.Quit

 

~'J'~

_____________________________________
C6309D9E0751D165D0934D0621DFF27919
Message 3 of 3
btillman
in reply to: Hallex

Hallex,

 

Thank you for your reply. That worked, but I think I must find another location to place it because the LISP program which prepares the drawing did not seem to finish before AutoCAD shutdown. Or at least when I opened it up the drawing was missing quite a few lines which would normally have been there.

 

I tried using System.Threading.Thread.Sleep(10000) and that seemed to have helped but one of the blocks which gets inserted is all out of scale. I will have to play around with this some more but many thanks for your reply.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Autodesk Design & Make Report

”Boost