Share

AcDbDatabase::setCelweight

C++

Acad::ErrorStatus setCelweight(
    AcDb::LineWeight weight
);

Description

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
weight Input AcDb::LineWeight value representing the CELWEIGHT value

Links

AcDbDatabase Class

Was this information helpful?