======Метод DwgBlock.AddMText(Vector3D, Double, Double, String, AttachmentPoint)====== Добавление мультитекста * **Пространство имен:** [[developers:references:topomatic.dwg|Topomatic.Dwg]] * **Сборка:** Topomatic.Dwg (в Topomatic.Dwg.dll) =====Синтаксис===== public virtual DwgMText AddMText(Vector3D insertionPoint, double width, double height, string text, AttachmentPoint attachmentPoint) **Параметры** * //insertionPoint// * Тип: [[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]] * Точка вставки * //width// * Тип: System.Double * Ширина области ввода текста * //height// * Тип: System.Double * Высота области ввода текста * //text// * Тип: System.String * Текст * //attachmentPoint// * Тип: [[developers:references:topomatic.dwg.attachmentpoint|Topomatic.Dwg.AttachmentPoint]] * Выравнивание текста **Возвращаемое значение** * Тип: [[developers:references:topomatic.dwg.entities.dwgmtext|Topomatic.Dwg.Entities.DwgMText]] * Созданный примитив