Message 1 of 4

Not applicable
06-11-2014
07:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
My DrawMember method currently draws a rectangle, appends it to a block definition, and inserts a block reference to it. When I try to use the Block Editor to edit the block inside of AutoCAD, however, the screen blinks and then all block references on the screen vanish. The blocks do still exist in the Block Table (I confirmed this using the ARXDBG app), but they are gone from model space.
Why is this happening? My best guess is that there is a problem with the way I'm using Transactions. I have attached my code if you would like to take a look. The method is called from within a separate transaction.
-AutoCAD 2015
-.NET/C#
Solved! Go to Solution.