Share

AcDbMText::contents

C++

ACDBCORE2D_PORT Acad::ErrorStatus contents(
    AcString & sContents
) const;

Description

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.

Parameters

Parameters Description
sContents Output string that contains the contents of the MText object

Links

AcDbMText Class

Was this information helpful?