Share

AcDbDatabase::setChamferc

C++

Acad::ErrorStatus setChamferc(
    double val
);

Description

Sets val to be the CHAMFERC value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
val Input CHAMFERC value

Links

AcDbDatabase Class

Was this information helpful?