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

Determines whether the inclusion (text or shape) is Upright-oriented inside the dash at the specified index (DXF 74, bit 0x08) and returns True if the inclusion is oriented upright. 

 

Example of Working with the Linetype Dash 

Working with the Linetype Pattern 

OdDbLinetypeTableRecord::setShapeIsUprightAt() method

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