Share

setRowHeight Method

Overload List

Method Description
AcDbTable::setRowHeight (double) This function sets a uniform row height for all the rows in the table.Returns Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.
AcDbTable::setRowHeight (int, double) This function sets the row height for the specified row index in the table. Returns Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.

Was this information helpful?