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

Sets the UCS-orientation of the inclusion (text or shape) inside the dash at the specified index (DXF 74, bit 0x01) either relative to the current UCS (byUCS) or relative to the line within which it is embedded (byLine). The initial value is False (byLine) by default. 

 

Example of Working with the Linetype Dash 

Working with the Linetype Pattern 

OdDbLinetypeTableRecord::shapeIsUcsOrientedAt() method

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