Share

AcDbAssocArrayActionBody::addSourceEntity Method

C++

ACDBCORE2D_PORT Acad::ErrorStatus addSourceEntity(
    AcDbObjectId entity, 
    const AcGePoint3d& basePoint
);

Description

Adds the given entity to the list of source items and updates each item in the array controlled by this action. The added source entity will be sent to hidden locked layer and will be managed by this action.

Parameters

Parameters Description
entity The input entity to add.
basePoint The input reference point in WCS. This point will be used as reference to reposition the newly added source entity.

Returns

Acad::ErrorStatus.

Links

AcDbAssocArrayActionBody Class

Was this information helpful?