API Reference > OdDb Classes > OdDbLinetypeTableRecord Class > OdDbLinetypeTableRecord Methods > OdDbLinetypeTableRecord::setIsScaledToFit Method
OdDbLinetypeTableRecord::setIsScaledToFit Method
Syntax
C++
void setIsScaledToFit(bool bScaleToFit);
Parameters 
Description 
bool bScaleToFit 
[in] True - to set scaled to fit or False - to set no scaled to fit. 

Sets the alignment scaling to fit for the linetype (DXF 72). 

 

When DXF 72 code contains the letter 'S', the alignment is scaled to fit (True). When DXF 72 code contains the letter 'A', the alignment is not scaled to fit (False).

Example of Working with the Linetype Record Object 

Specific Properties of Linetypes 

OdDbLinetypeTableRecord::isScaledToFit() method

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