======Метод DwgBlock.AddText(String, Vector3D, Double, Double, Double, Double, TextAlignment)====== Добавление текста * **Пространство имен:** [[developers:references:topomatic.dwg|Topomatic.Dwg]] * **Сборка:** Topomatic.Dwg (в Topomatic.Dwg.dll) =====Синтаксис===== public virtual DwgText AddText(string textString, Vector3D insertionPoint, double height, double ratio, double rotation, double oblique, TextAlignment alignment) **Параметры** * //textString// * Тип: [[developers:references:system.string|System.String]] * Текстовая строка * //insertionPoint// * Тип: [[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]] * Точка вставки * //height// * Тип: [[developers:references:system.double|System.Double]] * Высота текста * //ratio// * Тип: [[developers:references:system.double|System.Double]] * Коэффициент растяжения - сжатия * //rotation// * Тип: [[developers:references:system.double|System.Double]] * Угол поворота текста * //oblique// * Тип: [[developers:references:system.double|System.Double]] * Наклон текста * //alignment// * Тип: [[developers:references:topomatic.dwg.textalignment|Topomatic.Dwg.TextAlignment]] * Выравнивание текста **Возвращаемое значение** * Тип: [[developers:references:topomatic.dwg.entities.dwgtext|Topomatic.Dwg.Entities.DwgText]] * Созданный примитив