MText Class

Description

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.

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.Entity
        Autodesk.AutoCAD.DatabaseServices.MText

Visual Basic

Public Class MText
Inherits Entity

C#

public class MText : Entity;

Notes

Links

MText Methods, MText Properties