API Reference > OdDb Classes > OdDbLayerTableRecord Class > OdDbLayerTableRecord Methods > isHidden Method > OdDbLayerTableRecord::isHidden Method (OdDbObjectId&)
OdDbLayerTableRecord::isHidden Method (OdDbObjectId&)
Syntax
C++
static bool isHidden(const OdDbObjectId& idLayer);

Determines whether the layer record object is displayed for the host application and returns True if the layer is hidden or False if the layer is shown.

The static isHidden() method checks the Hidden status for the specified layer ID.

Example of Working with the Layer Record Object 

Status of Layers 

OdDbLayerTableRecord::setIsHidden() method

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