Share

setAutoScale Method

Overload List

Method Description
AcDbTable::setAutoScale (int, int, bool) This function sets the auto fit flag, which determines whether to automatically fit the block into the specified cell. If autoFit 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 Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.This method is deprecated and may be removed in a future release.
AcDbTable::setAutoScale (int, int, int, bool) Sets the auto scale flag for the block at the specified content index.Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status.

Was this information helpful?