C++
virtual ADESK_DEPRECATED bool isAutoScale( int row, int col ) const;
Description
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.
Parameters
Parameters | Description |
---|---|
row | Input integer specifying the zero-based row index for the cell |
col | Input integer specifying the zero-based column index for the cell |