======Метод PlanLineSolver.Split(PlanLine, Double, PlanLine, PlanLine)====== Делит текущую линию плана на две по пикету * **Пространство имен:** [[developers:references:topomatic.alg.plan|Topomatic.Alg.Plan]] * **Сборка:** Topomatic.Alg (в Topomatic.Alg.dll) =====Синтаксис===== public static void Split(PlanLine current, double station, PlanLine before, PlanLine after) **Параметры** * //current// * Тип: [[developers:references:topomatic.alg.plan.planline|Topomatic.Alg.Plan.PlanLine]] * Текущая линия плана * //station// * Тип: System.Double * Пикет * //before// * Тип: [[developers:references:topomatic.alg.plan.planline|Topomatic.Alg.Plan.PlanLine]] * Линия плана до пикета * //after// * Тип: [[developers:references:topomatic.alg.plan.planline|Topomatic.Alg.Plan.PlanLine]] * Линия плана после пикета