C++
ACHAR* text() const;
Description
text() returns an allocated pointer to MText contents with formatting removed. The caller is responsible for freeing returned pointer.
Links
Use Instead
ACDBCORE2D_PORT Acad::ErrorStatus text(AcString & sText) const;
History
AutoCAD 2019
This method has been marked as deprecated.