This .NET class wraps the AcDbMText ObjectARX class.
The MText class represents the MTEXT entity type within AutoCAD.
An MTEXT object is a multiline text entity that stores a specified line width and performs automatic word wrap to keep the text within this width boundary.
Autodesk.AutoCAD.DatabaseServices.DBObject Autodesk.AutoCAD.DatabaseServices.Entity Autodesk.AutoCAD.DatabaseServices.MText
Public Class MText Inherits Entity
public class MText : Entity;
Comments? |