API Reference > OdDb Classes > OdDbLayerTableRecord Class > OdDbLayerTableRecord Methods > OdDbLayerTableRecord::isFrozen Method
OdDbLayerTableRecord::isFrozen Method
Syntax
C++
bool isFrozen() const;

Determines whether the layer record object is invisible and accessible for regenerating, printing, selecting, and editing (DXF 70, bit 0x01) and returns True if the layer is frozen or False if the layer is thawed.

Example of Working with the Layer Record Object 

Status of Layers 

OdDbLayerTableRecord::setIsFrozen() method

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