Share

contents Method

Overload List

Method Description
AcDbMText::contents (AcString &) Returns a string that contains the contents of the MText object. Formatting data used for word wrap calculations is removed before the string is copied.
AcDbMText::contents () Returns a pointer to a dynamically allocated buffer containing a copy of the character contents of the MText object. Formatting data used for word wrap calculations is removed before the string is copied.Note: The calling application is responsible for the memory used by the returned string. The string should be freed using the free() function when it is no longer needed.

Was this information helpful?