• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    Active Contributor
    Posts: 42
    Registered: ‎03-16-2012

    How to execute -Overkill command in autocad using batch process.

    306 Views, 2 Replies
    12-12-2012 11:53 PM

    Can u any have sample code for tht?:smileyembarrassed:

     

    With Regards,
    GVaradarajan
    Please use plain text.
    ADN Support Specialist
    Posts: 175
    Registered: ‎07-24-2007

    Re: How to execute -Overkill command in autocad using batch process.

    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


    Please use plain text.
    Active Contributor
    Posts: 42
    Registered: ‎03-16-2012

    Re: How to execute -Overkill command in autocad using batch process.

    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
    Please use plain text.