Share

AcDbDatabase::setPsolWidth

C++

Acad::ErrorStatus setPsolWidth(
    double width
);

Description

Sets width to be the PSOLWIDTH value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
width Input PSOLWIDTH value

Links

AcDbDatabase Class

Was this information helpful?