Share

AcDbDatabase::setThickness

C++

Acad::ErrorStatus setThickness(
    double thickness
);

Description

Sets thickness to be the THICKNESS value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
thickness Input thickness value

Links

AcDbDatabase Class

Was this information helpful?