Message 1 of 7
Is there an equivalent to ThisDrawing.PurgeAll in VB.NET?
Not applicable
02-07-2011
08:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm making some progress in my transition from VBA to VB.NET. Is there a VB.NET equivalent to VBA's ThisDrawing.PurgeAll? Or do I need to follow what they are doing here:
http://forums.autodesk.com/t5/NET/Purge-Linetypes/m-p/2899312/highlight/true#M22478
And look for each type of named object (blocks, dim styles, layers, etc...) separately? I understand that I will also have to iterate until I purge all nested objects.
Thanks,
Constantine