Share

AcDbAssocArrayActionBody::transformItemBy Method

C++

ACDBCORE2D_PORT Acad::ErrorStatus transformItemBy(
    const AcDbItemLocator& index, 
    const AcGeMatrix3d& xform
);

Description

Applies a relative transform to the item at the given index.

This transform is persisted by the action body. When this action reconfigures all its items, the effect of this additional transform will be still be applied to the item at the given index.

Parameters

Parameters Description
index Input spatial index.
xform Input transformation.

Returns

Acad::ErrorStatus

Links

AcDbAssocArrayActionBody Class

Was this information helpful?