Share

AcDbDatabase::setChamferb

C++

Acad::ErrorStatus setChamferb(
    double val
);

Description

Sets val to be the CHAMFERB value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
val Input CHAMFERB value

Links

AcDbDatabase Class

Was this information helpful?