Inserting a Drawing Into My Current Drawing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm just learning VB.Net and would like to be able to insert an existing drawing into my current drawing. The existing drawing has all of my dimension and text styles already defined, I would like to insert it so I can use the styles later. Manually, I can insert the drawing using the "Insert" command and insert it exploded. That's what I'd like to do in VB.Net.
I have code (that I found) that inserts the drawing, but it also leaves the block on the list of editable blocks. It's not commented, so I really con't learn much from it. I would like to insert the drawing so the styles are available in my current drawing, but not have the block name in the list of blocks. Attached is the code I found.
Thanks in advance for any help on this.
Mark