Share

AcDbDatabase::setCmlscale

C++

Acad::ErrorStatus setCmlscale(
    double scale
);

Description

Sets scale to be the CMLSCALE value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
scale Input desired multiline width scale factor

Links

AcDbDatabase Class

Was this information helpful?