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
AssocArray Class, Autodesk.AutoCAD.DatabaseServices Namespace