API Reference > OdDb Classes > OdDbLinetypeTableRecord Class > OdDbLinetypeTableRecord Methods > OdDbLinetypeTableRecord::setShapeIsUprightAt Method
OdDbLinetypeTableRecord::setShapeIsUprightAt Method
Syntax
C++
void setShapeIsUprightAt(int dashIndex, bool isUpright);
Parameters 
Description 
int dashIndex 
[in] Dash index as an Integer value in range [0 <= dashIndex < numDashes].  
bool isUpright 
[in] True - to orient the inclusion Upright. 

Sets the Upright orientation of the inclusion (text or shape) inside the dash at the specified index (DXF 74, bit 0x08). The initial value is False by default. 

 

Example of Working with the Linetype Dash 

Working with the Linetype Pattern 

OdDbLinetypeTableRecord::shapeIsUprightAt() method

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