Share

AcDbAssocArrayActionBody::getControllingActionBody Method

C++

static ACDBCORE2D_PORT AcDbObjectId getControllingActionBody(
    const AcDbEntity* pEntity, 
    const AcDbItemLocator* pItemIndex = NULL
);

Description

Obtains the creation or modification array action body id controlling the given array item. Passing NULL pItemIndex will return the array creation action body. If the given entity is not an associative array, this method will return the null object id.

Parameters

Parameters Description
pEntity The input entity.
pItemIndex Pointer of array item index.

Returns

AcDbObjectId of array action body controlling the given array item.

Links

AcDbAssocArrayActionBody Class

Was this information helpful?