Share

AcDbDatabase::setClayer

C++

ACDBCORE2D_PORT Acad::ErrorStatus setClayer(
    AcDbObjectId objId
);

Description

Sets the LayerTableRecord with object ID objId to be the CLAYER value of the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
objId Input object ID of desired LayerTableRecord

Links

AcDbDatabase Class

Was this information helpful?