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.
Public static Function Explode( entity As ObjectId ) As ObjectIdCollection
public static ObjectIdCollection Explode( ObjectId entity );
Comments? |