Share

AcDbDatabase::setLineWeightDisplay

C++

Acad::ErrorStatus setLineWeightDisplay(
    bool display
);

Description

Sets display to be the current lineweight display (LWDISPLAY) for the database. See the System Variables section of the AutoCAD Command Reference for information on LWDISPLAY.

Returns Acad::eOk if successful.

Parameters

Parameters Description
display Input Boolean value representing the LWDISPLAY value

Links

AcDbDatabase Class

Was this information helpful?