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

    .NET

    Reply
    New Member
    Posts: 1
    Registered: ‎10-05-2012

    Updating drawings without bringing up Autocad

    183 Views, 3 Replies
    10-05-2012 12:34 PM

    Is there a way to Update drawings such as changing layers, etc without creating a dll and a commanmethod?

     

    I would like to write a VS app that would make changes directly to the drawing and not have to use the commandmethod approach.

    Please use plain text.
    *Expert Elite*
    arcticad
    Posts: 1,250
    Registered: ‎06-21-2004

    Re: Updating drawings without bringing up Autocad

    10-05-2012 01:00 PM in reply to: steve.pierog

    You would have to pay for RealDWG or use openDWG

     

    http://www.opendwg.org/

    http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=770257

     

    ---------------------------



    “We don’t have a snowball’s chance in a blast furnace of surviving this attack unless every one of our units gets into the fight right now!”
    Please use plain text.
    Valued Contributor
    Posts: 57
    Registered: ‎02-18-2010

    Re: Updating drawings without bringing up Autocad

    10-12-2012 06:52 AM in reply to: arcticad

    I have no experience with this at all, but I want to get into it, & I have found this swamp article with intersting info about ObjectDBX

    http://www.theswamp.org/index.php?topic=39365.0

    Please use plain text.
    *Expert Elite*
    arcticad
    Posts: 1,250
    Registered: ‎06-21-2004

    Re: Updating drawings without bringing up Autocad

    10-12-2012 08:29 AM in reply to: steve.pierog

    When you are linking into AutoCAD from an external program you would use ObjectDBX to access the properties of the object. However you still have to have a copy of AutoCAD running.

    ---------------------------



    “We don’t have a snowball’s chance in a blast furnace of surviving this attack unless every one of our units gets into the fight right now!”
    Please use plain text.