======Метод SleepersDistribution.TryGetSection(Double, SleepersDistributionSection)====== Возвращает секцию по пикету * **Пространство имен:** [[developers:references:topomatic.alg.rail|Topomatic.Alg.Rail]] * **Сборка:** Topomatic.Alg.Rail (в Topomatic.Alg.Rail.dll) =====Синтаксис===== public bool TryGetSection(double station, out SleepersDistributionSection section) **Параметры** * //station// * Тип: [[developers:references:system.double|System.Double]] * * //section// * Тип: [[developers:references:topomatic.alg.rail.sleepersdistributionsection|Topomatic.Alg.Rail.SleepersDistributionSection]] * **Возвращаемое значение** * Тип: [[developers:references:system.boolean|System.Boolean]] *