======Метод CadCursors.GetLine(CadView, Vector3D, Vector3D, String, String)====== * **Пространство имен:** [[developers:references:topomatic.cad.view.hints|Topomatic.Cad.View.Hints]] * **Сборка:** Topomatic.Cad.View (в Topomatic.Cad.View.dll) =====Синтаксис===== public static bool GetLine(CadView cadview, out Vector3D startPoint, out Vector3D endPoint, string message1, string message2) **Параметры** * //cadview// * Тип: [[developers:references:topomatic.cad.view.cadview|Topomatic.Cad.View.CadView]] * //startPoint// * Тип: [[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]] * //endPoint// * Тип: [[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]] * //message1// * Тип: System.String * //message2// * Тип: System.String **Возвращаемое значение** * Тип: System.Boolean