Share

setDimclrd

C++

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

File

dbdimvar.h

Description

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

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

Returns Acad::eOk if successful.

Parameters

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

Was this information helpful?