• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    Valued Contributor
    yaqiz
    Posts: 84
    Registered: ‎07-14-2010
    Accepted Solution

    How to get collection object after explod a block

    172 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

    Please use plain text.
    Valued Contributor
    yaqiz
    Posts: 84
    Registered: ‎07-14-2010

    Re: How to get collection object after explod a block

    05-16-2012 06:04 AM in reply to: yaqiz

    the exploded block also lost the child group

    Please use plain text.
    Mentor
    Posts: 230
    Registered: ‎04-11-2010

    Re: How to get collection object after explod a block

    05-16-2012 11:12 AM in reply to: yaqiz
    Please use plain text.
    Valued Contributor
    yaqiz
    Posts: 84
    Registered: ‎07-14-2010

    Re: How to get collection object after explod a block

    05-17-2012 01:01 AM in reply to: gasty1001

    Thanks for your reply.

     

    The block doesn't solve my problem.

    Please use plain text.
    ADN Support Specialist
    Virupaksha.aithal
    Posts: 49
    Registered: ‎06-15-2011

    Re: How to get collection object after explod a block

    05-17-2012 01:31 AM in reply to: yaqiz

    Hi,

     

    check this blog post http://adndevblog.typepad.com/autocad/2012/05/getting-the-entities-created-from-explodetoownerspace-... . Though the blog is in C#, logic should help.

     

    thanks

    Virupaksha Aithak



    Virupaksha Aithal KM
    Developer Technical Services
    Autodesk Developer Network

    Please use plain text.
    Valued Contributor
    yaqiz
    Posts: 84
    Registered: ‎07-14-2010

    Re: How to get collection object after explod a block

    05-17-2012 03:19 AM in reply to: Virupaksha.aithal

    Thanks

    Please use plain text.