======Метод Transition.CanJoin(AlignmentJoinType, Transition, Double, Transition, Double)====== * **Пространство имен:** [[developers:references:topomatic.alg.prf|Topomatic.Alg.Prf]] * **Сборка:** Topomatic.Alg (в Topomatic.Alg.dll) =====Синтаксис===== public virtual KeyValuePair CanJoin(AlignmentJoinType joinType, Transition first, double firstLength, Transition second, double secondLength) **Параметры** * //joinType// * Тип: [[developers:references:topomatic.alg.alignmentjointype|Topomatic.Alg.AlignmentJoinType]] * //first// * Тип: [[developers:references:topomatic.alg.prf.transition|Topomatic.Alg.Prf.Transition]] * //firstLength// * Тип: System.Double * //second// * Тип: [[developers:references:topomatic.alg.prf.transition|Topomatic.Alg.Prf.Transition]] * //secondLength// * Тип: System.Double **Возвращаемое значение** * Тип: System.Collections.Generic.KeyValuePair