AddMText Method

Creates an MText entity in a rectangle defined by the insertion point and width of the bounding box.

See Also | Example

Signature

RetVal = object.AddMText(InsertionPoint, Width, Text)

Object

ModelSpace Collection, PaperSpace Collection, Block
The object or objects this method applies to.

InsertionPoint

Variant (three-element array of doubles); input-only
The insertion point of the mtext bounding box.

Width

Double; input-only
The width of the mtext bounding box.

Text

String; input-only
The actual text string for the MText object.

RetVal

MText object
The newly created MText object.

 

   Comments?