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

Sets the Plot status as a Boolean value (DXF 290). The initial value is True (Plottable) by default. 

 

Some layers cannot be set to plottable; e.g., the "Defpoints" Layer.

Example of Working with the Layer Record Object 

Status of Layers 

OdDbLayerTableRecord::isPlottable() method

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