Edit Drawing Properties from Windows Explorer

Edit Drawing Properties from Windows Explorer

MattH_Work
Advisor Advisor
2,363 Views
4 Replies
Message 1 of 5

Edit Drawing Properties from Windows Explorer

MattH_Work
Advisor
Advisor

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


MattH
Product Design Collection 2027
Vault Pro 2027
0 Likes
2,364 Views
4 Replies
Replies (4)
Message 2 of 5

Anonymous
Not applicable

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.

0 Likes
Message 3 of 5

Anonymous
Not applicable

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

0 Likes
Message 4 of 5

arcticad
Advisor
Advisor

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

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



(defun botsbuildbots() (botsbuildbots))
0 Likes
Message 5 of 5

cadMeUp
Collaborator
Collaborator

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!

 

 

0 Likes