API Reference > OdDb Classes > OdDbLayerTableRecord Class > OdDbLayerTableRecord Methods > OdDbLayerTableRecord::setDescription Method
OdDbLayerTableRecord::setDescription Method
Syntax
C++
void setDescription(const OdString& sDescription);
Parameters 
Description 
const OdString& sDescription 
[in] Description as a String value. 

Sets the description for the layer record object as a String value up to 255 letters length. The initial value is an empty string. 

 

Example of Working with the Layer Record Object 

Specific Properties of Layers 

OdDbLayerTableRecord::description() method

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