Share

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.

C#

public static ObjectIdCollection Explode(
    ObjectId entity
);

Visual Basic

Public static Function Explode(
    entity As ObjectId
) As ObjectIdCollection

Links

AssocArray Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?