API Reference > OdDb Classes > OdDbLinetypeTableRecord Class > OdDbLinetypeTableRecord Methods > OdDbLinetypeTableRecord::shapeIsUcsOrientedAt Method
OdDbLinetypeTableRecord::shapeIsUcsOrientedAt Method
Syntax
C++
bool shapeIsUcsOrientedAt(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 UCS-oriented inside the dash at the specified index (DXF 74, bit 0x01) and returns True if the inclusion is oriented relative to the current UCS or False if the inclusion is oriented relative to the line within which it is embedded. 

 

Example of Working with the Linetype Dash 

Working with the Linetype Pattern 

OdDbLinetypeTableRecord::setShapeIsUcsOrientedAt() method

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