Share

AcDbLayerTableRecord::setIsLocked

C++

void setIsLocked(
    bool locked
);

Description

If locked == true, then this function sets the layer to be locked. If locked == false, then the layer is unlocked.

The locked value is used for the third bit of DXF group code 70.

Parameters

Parameters Description
locked Input Boolean indicating whether the layer is to be locked

Links

AcDbLayerTableRecord

Was this information helpful?