
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Please bear with me, I know a similar question has been asked hundreds of times.
I'm looking for the fastest way to get a list of layers from hundreds of DWGs.
We manage our layers and their properties via excel out of necessity. We have hundreds of sheets that contain on average 2600 layers (99% of which are coming from XREFs). These roughly 150 XREFs are being continually updated, almost daily; layers are added/removed/deleted etc. In total we are dealing with roughly 12,000 unique layers.
Currently we rely on custom LISP routines and VBA (Excel) to keep on top of this mess. My question is: Outside of .NET, is there any way to get a complete list of layers out of a DWG without having to open and close every file?
I keep going in circles trying to figure out if VBA can actually read an acaddatabase without physically opening the file, I know I can in .NET but that is not an option.
Solved! Go to Solution.