======Метод CadCursors.GetText(CadView, Vector3D, String, CadFont, Double, Double, Double, Boolean, TextJustify, Color)====== * **Пространство имен:** [[developers:references:topomatic.cad.view.hints|Topomatic.Cad.View.Hints]] * **Сборка:** Topomatic.Cad.View (в Topomatic.Cad.View.dll) =====Синтаксис===== public static bool GetText(CadView cadview, Vector3D location, ref string text, CadFont font, double height, double ratio, double oblique, bool singleLine, TextJustify justify, Color color) **Параметры** * //cadview// * Тип: [[developers:references:topomatic.cad.view.cadview|Topomatic.Cad.View.CadView]] * //location// * Тип: [[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]] * //text// * Тип: [[developers:references:system.string|System.String]] * //font// * Тип: [[developers:references:topomatic.cad.foundation.cadfont|Topomatic.Cad.Foundation.CadFont]] * //height// * Тип: [[developers:references:system.double|System.Double]] * //ratio// * Тип: [[developers:references:system.double|System.Double]] * //oblique// * Тип: [[developers:references:system.double|System.Double]] * //singleLine// * Тип: [[developers:references:system.boolean|System.Boolean]] * //justify// * Тип: [[developers:references:topomatic.cad.foundation.textjustify|Topomatic.Cad.Foundation.TextJustify]] * //color// * Тип: [[developers:references:system.drawing.color|System.Drawing.Color]] **Возвращаемое значение** * Тип: [[developers:references:system.boolean|System.Boolean]]