API Reference > OdDb Classes > OdDbLinetypeTableRecord Class > OdDbLinetypeTableRecord Methods > OdDbLinetypeTableRecord::isScaledToFit Method
OdDbLinetypeTableRecord::isScaledToFit Method
Syntax
C++
bool isScaledToFit() const;

Determines whether or not the alignment is scaled to fit (DXF 72) and returns True if the alignment is scaled to fit or False if the alignment is not scaled to fit.

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::setIsScaledToFit() method

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