Share

AcDbDatabase::setTextstyle

C++

Acad::ErrorStatus setTextstyle(
    AcDbObjectId objId
);

Description

Sets the database to use the TextStyleTableRecord with object ID objId as the TEXTSTYLE value.

See the System Variables section of the AutoCAD Command Reference for information on TEXTSTYLE.

Returns Acad::eOk if successful.

Parameters

Parameters Description
objId Input object ID of TextStyleTableRecord

Links

AcDbDatabase Class

Was this information helpful?