======Метод Shape.AddText(String, Single, Single, Single, Single, Vector2D, TextJustify, String)====== * **Пространство имен:** [[developers:references:topomatic.dwg.smt.internal|Topomatic.Dwg.Smt.Internal]] * **Сборка:** Topomatic.Dwg.Smt (в Topomatic.Dwg.Smt.dll) =====Синтаксис===== public void AddText(string s, float height, float ratio, float oblique, float rotation, Vector2D insertion, TextJustify justify, string fontName) **Параметры** * //s// * Тип: [[developers:references:system.string|System.String]] * //height// * Тип: [[developers:references:system.single|System.Single]] * //ratio// * Тип: [[developers:references:system.single|System.Single]] * //oblique// * Тип: [[developers:references:system.single|System.Single]] * //rotation// * Тип: [[developers:references:system.single|System.Single]] * //insertion// * Тип: [[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]] * //justify// * Тип: [[developers:references:topomatic.cad.foundation.textjustify|Topomatic.Cad.Foundation.TextJustify]] * //fontName// * Тип: [[developers:references:system.string|System.String]]