Share

AcDbDatabase::cecolor

C++

AcCmColor cecolor() const;

Description

Returns the current CECOLOR value for the database.

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

Note You can use the AcCmColor::colorIndex() method to obtain the AutoCAD color index number from the returned AcCmColor object.

Links

AcDbDatabase Class

Was this information helpful?