======Метод 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// * Тип: [[developers:references:system.action|System.Action]] * //pline// * Тип: [[developers:references:system.collections.generic.list_1|System.Collections.Generic.List]]<[[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]]> **Возвращаемое значение** * Тип: [[developers:references:system.boolean|System.Boolean]]