.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How to execute -Overkill command in autocad using batch process.
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
306 Views, 2 Replies
12-12-2012 11:53 PM
Can u any have sample code for tht?![]()
With Regards,
GVaradarajan
GVaradarajan
Re: How to execute -Overkill command in autocad using batch process.
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-17-2012 02:07 PM in reply to:
varadan01
Do you mean using LISP or SCR file or something else?
Fenton Webb
Developer Technical Services
Autodesk Developer Network
Re: How to execute -Overkill command in autocad using batch process.
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-17-2012 08:59 PM in reply to:
fenton.webb
AcadApplication acApp = null;
acApp.ActiveDocument.SendCommand("-Overkill " + "All " + " " + "Ignore " + "All " + "D " + "qsave ");
i itself got it.
With Regards,
GVaradarajan
GVaradarajan
