Autodesk.AutoCAD.DatabaseServices Namespace > AssocArray Class > AssocArray Methods > Explode Method
AssocArray.Explode Method   
Description

This method wraps the AcDbAssocArrayActionBody::explode() method. 

Obtains the list of object Ids from the exploded associative array, so every previous array item gets an unique object Id in this list.

Visual Basic
Public static Function Explode(
    entity As ObjectId
) As ObjectIdCollection
C#
public static ObjectIdCollection Explode(
    ObjectId entity
);
Links
   Comments?