Message 1 of 2
VBA Explode vs AutoCAD Command Explode

Not applicable
02-23-2001
02:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello - Here is my situation: I have a block in AutoCAD that is made up of
other blocks that all have XData. If I explode the parent block from a VBA
program, all of the resulting children blocks are missing their XData. If I
explode the parent block using Explode from the command line, the resulting
children retain their XData. Is this a bug or is there a way of retaining
XData after an explode from a VBA program?
Thanks in advance.
other blocks that all have XData. If I explode the parent block from a VBA
program, all of the resulting children blocks are missing their XData. If I
explode the parent block using Explode from the command line, the resulting
children retain their XData. Is this a bug or is there a way of retaining
XData after an explode from a VBA program?
Thanks in advance.