PDA

View Full Version : Windows Explorer


des_ou
08-11-2004, 10:00 PM
I need to retrieve the "Total Edit Time:" property from DWGs using VBA.

You can get this by Opening Windows Explorer...Right Clicking on DWG...Properties...Statistics. It lists Last Saved By:, Revision number:, and Totat Edit Time:.

I can get VBA to retrieve the Created On and Last Modified On properties, but not the T.E.T. Is there a way to get this property through code??

We deal with a larger volume of projects (each with own drawing), it would be nice to have a program to compute the average time it takes to complete a project.

Thanks for any help.

YosSa
09-11-2004, 11:12 AM
thisdrawing.getvariable

hendie
09-11-2004, 12:08 PM
I think it's a little bit more complicated than that.
have a look at this thread (http://discussion.autodesk.com/thread.jspa?messageID=377409) ~ it should give you all the info you need