C++
AcDbMText();
Description
The constructor creates a default, empty object.
The default values are:
location | 0.0,0.0,0.0 |
normal | (0.0,0.0,1.0) |
direction | (1.0,0.0,0.0) |
width | 0.0 |
textStyle | NULL |
textHeight | 0.0 |
attachment | AcDbMText::kTopLeft |
flowDirection | AcDbMText::kByStyle |
contents | NULL |
In order to be useful, you must call the setTextStyle() and setContents() member functions with appropriate values. Other member functions may be used to further modify the object, but are not required before the object can be added to an AcDbDatabase.