======Метод GapExtensions.Split(GapsCollection, Double, GapsCollection, GapsCollection)====== Делит текущую коллекцию разрыввов на две * **Пространство имен:** [[developers:references:topomatic.alg.gaps|Topomatic.Alg.Gaps]] * **Сборка:** Topomatic.Alg (в Topomatic.Alg.dll) =====Синтаксис===== public static void Split(GapsCollection current, double station, GapsCollection before, GapsCollection after) **Параметры** * //current// * Тип: [[developers:references:topomatic.alg.gaps.gapscollection|Topomatic.Alg.Gaps.GapsCollection]] * Текущая коллекция разрывов * //station// * Тип: [[developers:references:system.double|System.Double]] * Пикет, на котором делим * //before// * Тип: [[developers:references:topomatic.alg.gaps.gapscollection|Topomatic.Alg.Gaps.GapsCollection]] * Разрывы до пикета * //after// * Тип: [[developers:references:topomatic.alg.gaps.gapscollection|Topomatic.Alg.Gaps.GapsCollection]] * Разрывы после пикета