Share

setDimclrt

C++

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

File

dbdimvar.h

Description

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

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

Returns Acad::eOk if successful.

Parameters

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

Was this information helpful?