.NET
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Edit Drawing Properties from Windows Explorer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
Re: Edit Drawing Properties from Windows Explorer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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.
Re: Edit Drawing Properties from Windows Explorer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
Re: Edit Drawing Properties from Windows Explorer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content

“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!”
Re: Edit Drawing Properties from Windows Explorer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
You might check out these links:
http://www.microsoft.com/download/en/details.aspx?
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!

