Share

AcDbMText::lineBreak

C++

static const ACHAR* const lineBreak();

Description

This static member function returns the string "p". This function can be used in place of the string constant "p" in order to make your code more understandable. When used in a string that is returned from AcDbMText::contents(),or in one that will be passed into AcDbMText::setContents(), the "p" indicates a line break.

Links

AcDbMText Class

Was this information helpful?