API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > OdDbTable::isAutoScale Method
OdDbTable::isAutoScale Method
Syntax
C++
bool isAutoScale(OdInt32 row, OdInt32 col, OdInt32 nContent) const;
Parameters 
Description 
OdInt32 row 
[in] Row index of the cell.  
OdInt32 col 
[in] Column index of the cell.  
OdInt32 nContent 
[in] Content index.  

True if the cell data is auto-scaled; false otherwise.

Checks whether data in the cell is auto-scaled or not. 

 

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