======Метод AlignLibrary.MakeStations(Alignment, Double, Double, Double, BuildProfileFlags, IEnumerable, Communications, IEnumerable, List, Boolean)====== * **Пространство имен:** [[developers:references:topomatic.alg.runtime.tools|Topomatic.Alg.Runtime.Tools]] * **Сборка:** Topomatic.Alg.Runtime (в Topomatic.Alg.Runtime.dll) =====Синтаксис===== public static bool MakeStations(Alignment alignment, double startStation, double endStation, double step, BuildProfileFlags options, IEnumerable additionalStations, Communications communications, IEnumerable surfaces, List stations, bool canTerminate) **Параметры** * //alignment// * Тип: [[developers:references:topomatic.alg.alignment|Topomatic.Alg.Alignment]] * //startStation// * Тип: [[developers:references:system.double|System.Double]] * //endStation// * Тип: [[developers:references:system.double|System.Double]] * //step// * Тип: [[developers:references:system.double|System.Double]] * //options// * Тип: [[developers:references:topomatic.alg.prf.buildprofileflags|Topomatic.Alg.Prf.BuildProfileFlags]] * //additionalStations// * Тип: [[developers:references:system.collections.generic.ienumerable_1|System.Collections.Generic.IEnumerable]]<[[developers:references:system.double|System.Double]]> * //communications// * Тип: [[developers:references:topomatic.alg.runtime.communications.communications|Topomatic.Alg.Runtime.Communications.Communications]] * //surfaces// * Тип: [[developers:references:system.collections.generic.ienumerable_1|System.Collections.Generic.IEnumerable]]<[[developers:references:topomatic.sfc.surface|Topomatic.Sfc.Surface]]> * //stations// * Тип: [[developers:references:system.collections.generic.list_1|System.Collections.Generic.List]]<[[developers:references:system.double|System.Double]]> * //canTerminate// * Тип: [[developers:references:system.boolean|System.Boolean]] **Возвращаемое значение** * Тип: [[developers:references:system.boolean|System.Boolean]]