Message 1 of 13
Not applicable
12-18-2013
01:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have been looking for help in extracting ObjectData Records from Drawings. I have about 8,000 drawings to extract one piece of data from each. My problem is how to do this fast and without any errors. I have been able run vb.net code like this
Dim newDoc As Document = Application.DocumentManager.Open(drawingFile, True, "")
to open the drawing and then
newDoc.CloseAndDiscard()
to close the drawing after I get the ODRecords. If I do it this way, it will take a couple of days until it will complete with an error. Do you know anyway to reduce the time and to resolve the error?
note: i will post the error after once i run into it again.
Solved! Go to Solution.