======Метод AlignLibrary.FindCrsNode(CrsDesignContext, Int32)====== Находит узел на верхнем уровне контекста * **Пространство имен:** [[developers:references:topomatic.alg.runtime.tools|Topomatic.Alg.Runtime.Tools]] * **Сборка:** Topomatic.Alg.Runtime (в Topomatic.Alg.Runtime.dll) =====Синтаксис===== public static CrsNode FindCrsNode(CrsDesignContext context, int code) **Параметры** * //context// * Тип: [[developers:references:topomatic.crs.templates.crsdesigncontext|Topomatic.Crs.Templates.CrsDesignContext]] * Контекст * //code// * Тип: [[developers:references:system.int32|System.Int32]] * Код узла **Возвращаемое значение** * Тип: [[developers:references:topomatic.crs.templates.crsnode|Topomatic.Crs.Templates.CrsNode]] *