Share

AcDbDatabase::setPlinewid

C++

Acad::ErrorStatus setPlinewid(
    double width
);

Description

Sets width to be the PLINEWID value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
width Input PLINEWID value

Links

AcDbDatabase Class

Was this information helpful?