Share

setDimclre

C++

virtual Acad::ErrorStatus setDimclre(
    const AcCmColor& v
);

File

dbdimvar.h

Description

Sets the AutoCAD color index within v to be the DIMCLRE value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
v Input AcCmColor object containing the AutoCAD color index to be used for the DIMCLRE value

Was this information helpful?