Share

acdbForceTextAdjust

C++

Acad::ErrorStatus acdbForceTextAdjust(
    const AcDbObjectIdArray& objIds
);

File

dbxutil.h

Description

Normally when a text entity is closed, the text's position and alignment points are adjusted according to the text's justification settings and the text style. However, if the text entity is embedded in a database that is not the current database, this automatic adjustment does not take place. This method forces text to be adjusted on text entities that reside in non-current databases.

This method supports objects of types AcDbText, AcDbBlockReference, and AcDbBlockTableRecord.

Returns Acad::eOk if successful.

Parameters

Parameters Description
objIds Input array of object IDs for the objects whose text will be adjusted.

Was this information helpful?