Share

AcDbMText::convertFieldToText

C++

Acad::ErrorStatus convertFieldToText();

Description

If the contents of MText contains fields, this function converts them to text and removes the fields. It does not evaluate the fields before converting them.

Returns Acad::eOk if successful. Returns Acad::eNotApplicable if there is no field. Otherwise, returns an AutoCAD error status.

Links

AcDbMText Class

Was this information helpful?