Share

setTextHeight Method

Overload List

Method Description
AcDbTable::setTextHeight (double, int) This function sets the text height for the specified row types. Different row types can be OR'd.The possible row type values are AcDb::kDataRow, AcDb::kTitleRow, and AcDb::kHeaderRow. If no row type is specified, this function sets all the possible row types.Returns Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.This method is deprecated and may be removed in a future release.
AcDbTable::setTextHeight (int, int, double) This function sets the text height for the specified table cell.Returns Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.
AcDbTable::setTextHeight (int, int, int, double) Sets the text height of the content at the specified content index.Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status.

Was this information helpful?