How to close Project using AutoLISP?

How to close Project using AutoLISP?

Anonymous
Not applicable
753 Views
1 Reply
Message 1 of 2

How to close Project using AutoLISP?

Anonymous
Not applicable

I tried to find out AutoLISP command for closing AutoCAD Electrical Project, but I didn't get it.

 

Let me know if you have any solution to do this using AutoLISP or ObjectARX(.Net c#).

 

Regards,

Raju Chavan 

0 Likes
754 Views
1 Reply
Reply (1)
Message 2 of 2

CodeDing
Advisor
Advisor

@Anonymous,

 

I do not use AutoCAD electrical, so when you say "close the project" do you mean close your dwg? close the program?

Respectively, those commands for autolisp could be ran like...

(command "_.CLOSE")

(command "_.QUIT")

 

Don't forget to save your work first!

 

Best,

~DD

0 Likes