Share

AcDbMText::setContents

C++

int setContents(
    const ACHAR *
);

Description

A copy of text is stored in the MText object to be used as the text contents for the MText object.

Parameters

Parameters Description
unnamed Input text string to be displayed

Links

AcDbMText Class

Was this information helpful?