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

Returns the Object ID associated with an instance of the text style record object (OdDbTextStyleTableRecord class) which specifies the characteristics of the shape inclusion inserted in the linetype dash at the specified index (DXF 340). 

 

Returns OdDb::kNull if there is no shape or text at the specified index.

Example of Working with the Linetype Dash 

Working with the Linetype Pattern 

OdDbLinetypeTableRecord::setShapeStyleAt() method

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