Share

isAutoScale Method

Overload List

Method Description
AcDbTable::isAutoScale (int, int) This function returns the status of the mBlockAutoFit flag at the specified cell in the table. If this flag is true, the AcDbTable object automatically computes the scale and insertion point for the block content in order to fit it into the specified cell.This method is deprecated and may be removed in a future release.
AcDbTable::isAutoScale (int, int, int) This function returns the status of the mBlockAutoFit flag at the specified cell in the table. If this flag is true, the AcDbTable object automatically computes the scale and insertion point for the block content in order to fit it into the specified cell.Returns true if the block at the specified index is auto-scaled.

Was this information helpful?