======Метод CorrectionExtensions.Join(DitchBankCorrection, AlignmentJoinType, DitchBankCorrection, DitchBankCorrection, Double, Double)====== * **Пространство имен:** [[developers:references:topomatic.alg.road.corrections|Topomatic.Alg.Road.Corrections]] * **Сборка:** Topomatic.Alg.Road (в Topomatic.Alg.Road.dll) =====Синтаксис===== public static void Join(DitchBankCorrection correction, AlignmentJoinType joinType, DitchBankCorrection first, DitchBankCorrection second, double first_length, double second_length) **Параметры** * //correction// * Тип: [[developers:references:topomatic.alg.road.corrections.ditchbankcorrection|Topomatic.Alg.Road.Corrections.DitchBankCorrection]] * //joinType// * Тип: [[developers:references:topomatic.alg.alignmentjointype|Topomatic.Alg.AlignmentJoinType]] * //first// * Тип: [[developers:references:topomatic.alg.road.corrections.ditchbankcorrection|Topomatic.Alg.Road.Corrections.DitchBankCorrection]] * //second// * Тип: [[developers:references:topomatic.alg.road.corrections.ditchbankcorrection|Topomatic.Alg.Road.Corrections.DitchBankCorrection]] * //first_length// * Тип: System.Double * //second_length// * Тип: System.Double