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

Determines whether the layer record object is invisible (DXF 62, negative is off, positive is on) and returns True if the layer is off (invisible) or False if the layer is on (visible).

Example of Working with the Layer Record Object 

Status of Layers 

OdDbLayerTableRecord::setIsOff() method

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