======Метод PolylineExtentions.ConvertToPolyline(IList, IList, Double, Double)====== * **Пространство имен:** [[developers:references:topomatic.cad.foundation|Topomatic.Cad.Foundation]] * **Сборка:** Topomatic.Cad.Foundation (в Topomatic.Cad.Foundation.dll) =====Синтаксис===== public static void ConvertToPolyline(IList list, IList polyline, double elevation, double eps) **Параметры** * //list// * Тип: [[developers:references:system.collections.generic.ilist_1|System.Collections.Generic.IList]]<[[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]]> * //polyline// * Тип: [[developers:references:system.collections.generic.ilist_1|System.Collections.Generic.IList]]<[[developers:references:topomatic.cad.foundation.buglevector3d|Topomatic.Cad.Foundation.BugleVector3D]]> * //elevation// * Тип: [[developers:references:system.double|System.Double]] * //eps// * Тип: [[developers:references:system.double|System.Double]]