Share

AcDbLayerTableRecord::setIsFrozen

C++

Acad::ErrorStatus setIsFrozen(
    bool frozen
);

Description

If frozen == true, then this function sets the layer to be frozen. If frozen == false, then the layer is set as thawed.

The frozen value is for the first bit of DXF group code 70.

Returns Acad::eOk if successful, or Acad::eInvalidInput if the data passed in is not acceptable.

Parameters

Parameters Description
frozen Input Boolean indicating if the layer is frozen

Links

AcDbLayerTableRecord

Was this information helpful?