Share

AcDbDatabase::setTracewid

C++

Acad::ErrorStatus setTracewid(
    double width
);

Description

Sets width to be the TRACEWID value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
width Input TRACEWID value

Links

AcDbDatabase Class

Was this information helpful?