Share

AcDbAssocArrayActionBody::removeSourceEntity Method

C++

ACDBCORE2D_PORT Acad::ErrorStatus removeSourceEntity(
    AcDbObjectId entity
);

Description

Removes the given entity from the list of source items and updates each item in the array controlled by this action.

Parameters

Parameters Description
entity Input entity to remove.

Returns

Acad::ErrorStatus.

Links

AcDbAssocArrayActionBody Class

Was this information helpful?