API Reference > OdDb Classes > OdDbLinetypeTableRecord Class > OdDbLinetypeTableRecord Methods > OdDbLinetypeTableRecord::setShapeScaleAt Method
OdDbLinetypeTableRecord::setShapeScaleAt Method
Syntax
C++
void setShapeScaleAt(int dashIndex, double shapeScale);
Parameters 
Description 
int dashIndex 
[in] Dash index as an Integer value in range [0 <= dashIndex < numDashes].  
double shapeScale 
[in] Scale factor as a positive non-zero Double value. 

Sets the factor by which the text or shape scales within the dash at the specified index (DXF 46). A value less than 1.0 condenses the inclusion. A value greater than 1.0 expandes the inclusion. A value 1.0 defines inclusion size specified the associated text style. 

 

Example of Working with the Linetype Dash 

Working with the Linetype Pattern 

OdDbLinetypeTableRecord::shapeScaleAt() method

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