API Reference > OdDb Classes > OdDbText Class > OdDbText Methods > OdDbText::setTextString Method
OdDbText::setTextString Method
Syntax
C++
virtual void setTextString(const OdString& textString);
Parameters 
Description 
const OdString& textString 
[in] Text string. 

Sets the text string of this Text entity (DXF 1).

textString cannot exceed 256 characters excluding the null terminator.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.