Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbFormattedTableData::isAutoScale Method (OdInt32, OdInt32, OdInt32)
Syntax
C++
virtual bool isAutoScale(OdInt32 nRow, OdInt32 nCol, OdInt32 nContent) const;

Indicates whether the data in the specified content of a cell is auto-scaled or not. Returns the auto-scaled flag as a boolean value. 

 

Parameters
Description
nRow
[in] Row index of the cell.
nCol
[in] Column index of the cell.
nContent
[in] Content index.

True if the data in the specified content of the cell is auto-scaled; false otherwise.

Copyright © 2002-2022. Open Design Alliance All rights reserved.