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

    .NET

    Reply
    Valued Contributor
    Posts: 117
    Registered: ‎11-16-2007

    Edit Drawing Properties from Windows Explorer

    502 Views, 4 Replies
    02-11-2011 03:29 AM

    How would I go about editing drawing properties (Title, Author & custom props) without usong AutoCAD. I need to replicate within VB.NET the windows explorer RMB > Properties capability.

    I have heard mention of DWGProps.dll but cannot find it anywhere

     

    Regards

     

    MattH

    Please use plain text.
    Contributor
    User48
    Posts: 11
    Registered: ‎12-21-2010

    Re: Edit Drawing Properties from Windows Explorer

    02-11-2011 06:35 AM in reply to: MattH_Work

    Reading the PROPS is one thing, writing them is another thing!  To allow editing would mean rewriting the entire drawing, not an easy thing.  Stick with a side database inside AutoCAD if you have to edit.

    Please use plain text.
    Member
    p_isaacs
    Posts: 4
    Registered: ‎04-07-2011

    Re: Edit Drawing Properties from Windows Explorer

    03-07-2012 07:27 AM in reply to: MattH_Work

    I'd also like to know if this is possible as well. I want to be able to add my titleblock info to the custom properties in a drawing and use that to fill in my titleblock with fields. I've already done this with the file name with the insert field command.

     

    We don't (can't) use Sheet Sets at my work ortherwise I'd be doing that instead.

     

    I am pretty certain that you can do it with other files in Windows like Excel & Word documents. Even if there's 3rd party software that would be fine as well.

     

    Thanks

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

    Re: Edit Drawing Properties from Windows Explorer

    03-07-2012 08:30 AM in reply to: p_isaacs

    http://forums.autodesk.com/t5/NET/read-autocad-file-without-install-autocad-to-end-user-computer/m-p...

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



    “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 Mentor
    Posts: 330
    Registered: ‎05-11-2006

    Re: Edit Drawing Properties from Windows Explorer

    03-10-2012 07:21 AM in reply to: MattH_Work

    You might check out these links:

     

    http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/bb887b05-2018-4978-b115-c8c98e354...

    http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=8422

     

    I haven't tried the solutions but they may work for you...

    Seems like there would be a simple net class that would provide for this!

     

     

    Please use plain text.