API Reference > OdDb Classes > OdDbLayerTableRecord Class > OdDbLayerTableRecord Methods > OdDbLayerTableRecord::setIsFrozen Method
OdDbLayerTableRecord::setIsFrozen Method
Syntax
C++
void setIsFrozen(bool bStatus);
Parameters 
Description 
bool bStatus 
[in] True - to freeze the layer, or False - to thaw the layer. 

Sets the Freeze status as a Boolean value (DXF 70, bit 0x01). The initial value is False (Thawed) by default. 

 

Example of Working with the Layer Record Object 

Status of Layers 

OdDbLayerTableRecord::isFrozen() method

Copyright © 2002–2020. Open Design Alliance. All rights reserved.