VBA Explode vs AutoCAD Command Explode

VBA Explode vs AutoCAD Command Explode

Anonymous
Not applicable
612 Views
1 Reply
Message 1 of 2

VBA Explode vs AutoCAD Command Explode

Anonymous
Not applicable
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.
0 Likes
613 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
VBA just does it that way, but this one works the way you want it:
Use the ExplodeEx routine from VBDesign at:
http://vbdesign.hypermart.net/cadpages/code.htm
0 Likes