Share

AcDbMText::text

C++

ACDBCORE2D_PORT Acad::ErrorStatus text(
    AcString & sText
) const;

Description

Gets the contents of the text string with formatting removed.

Parameters

Parameters Description
sText Output string that contains the text string

Links

AcDbMText Class

Was this information helpful?