======Метод CadViewExtentions.CreatePolyline(CadView, DrawCursorEvent, Action, List)====== * **Пространство имен:** [[developers:references:topomatic.cad.view|Topomatic.Cad.View]] * **Сборка:** Topomatic.Cad.View (в Topomatic.Cad.View.dll) =====Синтаксис===== public static bool CreatePolyline(CadView cadview, DrawCursorEvent draw, Action initialize, List pline) **Параметры** * //cadview// * Тип: [[developers:references:topomatic.cad.view.cadview|Topomatic.Cad.View.CadView]] * //draw// * Тип: [[developers:references:topomatic.cad.view.drawcursorevent|Topomatic.Cad.View.DrawCursorEvent]] * //initialize// * Тип: System.Action * //pline// * Тип: System.Collections.Generic.List<[[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]]> **Возвращаемое значение** * Тип: System.Boolean