API Reference > OdDb Classes > OdDbLinetypeTableRecord Class > OdDbLinetypeTableRecord Methods > OdDbLinetypeTableRecord::setComments Method
OdDbLinetypeTableRecord::setComments Method
Syntax
C++
void setComments(const OdString& sComment);
Parameters 
Description 
const OdString& sComment 
[in] Comment as an arbitrary string up to 47 characters. 

Sets the simple ASCII representation or comment for the linetype record object (DXF 3). It can be a comment or series of underscores, dots, dashes, and spaces to show a representation of the linetype. The initial value is an empty string by default. 

 

Example of Working with the Linetype Record Object 

Specific Properties of Linetypes 

OdDbLinetypeTableRecord::comments() method

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