======Метод ProfileExtensions.Join(AgProfile, AlignmentJoinType, AgProfile, Double, AgProfile, Double)====== Соединяет два профиля в текущий * **Пространство имен:** [[developers:references:topomatic.alg.prf|Topomatic.Alg.Prf]] * **Сборка:** Topomatic.Alg (в Topomatic.Alg.dll) =====Синтаксис===== public static void Join(AgProfile current, AlignmentJoinType joinType, AgProfile first, double firstLength, AgProfile second, double secondLength) **Параметры** * //current// * Тип: [[developers:references:topomatic.alg.prf.agprofile|Topomatic.Alg.Prf.AgProfile]] * Текущий профиль * //joinType// * Тип: [[developers:references:topomatic.alg.alignmentjointype|Topomatic.Alg.AlignmentJoinType]] * Тип соединения * //first// * Тип: [[developers:references:topomatic.alg.prf.agprofile|Topomatic.Alg.Prf.AgProfile]] * Первый профиль * //firstLength// * Тип: [[developers:references:system.double|System.Double]] * Длина первого участка трассы * //second// * Тип: [[developers:references:topomatic.alg.prf.agprofile|Topomatic.Alg.Prf.AgProfile]] * Второй профиль * //secondLength// * Тип: [[developers:references:system.double|System.Double]] * Длина второго участка трассы