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

Returns the code of the shape included in the dash at the specified index as an inclusion inside the linetype pattern (DXF 75). When the shape code is zero, the dash does not contain a shape inclusion. 

 

Example of Working with the Linetype Dash 

Working with the Linetype Pattern 

OdDbLinetypeTableRecord::setShapeNumberAt() method

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