.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How to get collection object after explod a block
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
169 Views, 5 Replies
05-16-2012 03:58 AM
Hi All,
I would like explode a block which still maintain all sub blocks' XData
myBlockRef.ExplodeToOwnerSpace()
The above code does the job. However I can not get the exploded collection
Use the following code I can get object collection but there is no XData for each sub block.
Dim colAssemblyEnt As DBObjectCollection = New DBObjectCollection() myBlockRef.Explode(colAssemblyEnt)
My question is how can I get the sub block collection with each block's XData?
Thanks
Solved! Go to Solution.
Re: How to get collection object after explod a block
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-16-2012 06:04 AM in reply to:
yaqiz
the exploded block also lost the child group
Re: How to get collection object after explod a block
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-16-2012 11:12 AM in reply to:
yaqiz
Re: How to get collection object after explod a block
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-17-2012 01:01 AM in reply to:
gasty1001
Thanks for your reply.
The block doesn't solve my problem.
Re: How to get collection object after explod a block
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-17-2012 01:31 AM in reply to:
yaqiz
Hi,
check this blog post http://adndevblog.typepad.com/autocad/2012/05/gett
thanks
Virupaksha Aithak
Virupaksha Aithal KM
Developer Technical Services
Autodesk Developer Network
Re: How to get collection object after explod a block
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-17-2012 03:19 AM in reply to:
Virupaksha.aithal
Thanks
