Share

AcDbAssocArrayActionBody::explode Method

C++

static ACDBCORE2D_PORT Acad::ErrorStatus explode(
    AcDbEntity* pEntity, 
    AcDbObjectIdArray& newIds
);

Description

Extracts array items from the array group as individual items and removes associativity from the arrayed items controlled by array action. It also erases the action. Normally erasing array action will erase all the arrayed items controlled by the action.

Parameters

Parameters Description
pEntity The input entity.
newIds The output exploded entity ids.

Returns

Acad::ErrorStatus

Links

AcDbAssocArrayActionBody Class

Was this information helpful?