API Reference > OdDb Classes > OdDbLinetypeTableRecord Class > OdDbLinetypeTableRecord Methods > OdDbLinetypeTableRecord::textAt Method
OdDbLinetypeTableRecord::textAt Method
Syntax
C++
OdString textAt(int dashIndex) const;
Parameters 
Description 
int dashIndex 
[in] Dash index as an Integer value in range [0 <= dashIndex < numDashes]. 

Returns the text string included in the dash at the specified index as an inclusion inside the linetype pattern (DXF 9). When the string is empty, the dash does not contain a text inclusion. 

 

Example of Working with the Linetype Dash 

Working with the Linetype Pattern 

OdDbLinetypeTableRecord::setTextAt() method

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