Share

AcDbDatabase::setTextsize

C++

Acad::ErrorStatus setTextsize(
    double size
);

Description

Sets size to be the TEXTSIZE value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
size Input TEXTSIZE value

Links

AcDbDatabase Class

Was this information helpful?