Share

setTextString Method

Overload List

Method Description
AcDbTable::setTextString (int, int, ACHAR*) This function makes a copy of text and uses the copy as the text string in the specified cell.Returns Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.
AcDbTable::setTextString (int, int, int, ACHAR*) Sets the text for the first content at the specified content index.Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status.

Was this information helpful?