======Метод DwgBlock.AddPolyline(IEnumerable)====== Добавление полилинии * **Пространство имен:** [[developers:references:topomatic.dwg|Topomatic.Dwg]] * **Сборка:** Topomatic.Dwg (в Topomatic.Dwg.dll) =====Синтаксис===== public virtual DwgPolyline AddPolyline(IEnumerable points) **Параметры** * //points// * Тип: [[developers:references:system.collections.generic.ienumerable_1|System.Collections.Generic.IEnumerable]]<[[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]]> * Массив точек **Возвращаемое значение** * Тип: [[developers:references:topomatic.dwg.entities.dwgpolyline|Topomatic.Dwg.Entities.DwgPolyline]] * Созданный примитив