Description
This .NET class wraps the AcDbMTextFragment ObjectARX struct.
This class is used to describe a fragment of text as extracted by the ExplodeFragments() function. Each fragment consists of a piece of text with a unique combination of style information (font, size, color, and so on).
Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.MTextFragment
Visual Basic
Public sealed Class MTextFragment Inherits DisposableWrapper
C#
public sealed class MTextFragment : DisposableWrapper;