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

Sets the Hidden status as a Boolean value. The initial value is False (Shown) by default. 

 

Example of Working with the Layer Record Object 

Status of Layers 

OdDbLayerTableRecord::isHidden() method

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