======Метод SemanticLibrarySet.FindSemanticPath(Predicate, SemanticRootNode, List)====== * **Пространство имен:** [[developers:references:topomatic.smt|Topomatic.Smt]] * **Сборка:** Topomatic.Smt (в Topomatic.Smt.dll) =====Синтаксис===== public static bool FindSemanticPath(Predicate match, SemanticRootNode root, List> jumpers) **Параметры** * //match// * Тип: [[developers:references:system.predicate_1|System.Predicate]]<[[developers:references:topomatic.smt.semanticnode|Topomatic.Smt.SemanticNode]]> * //root// * Тип: [[developers:references:topomatic.smt.semanticrootnode|Topomatic.Smt.SemanticRootNode]] * //jumpers// * Тип: [[developers:references:system.collections.generic.list_1|System.Collections.Generic.List]]<[[developers:references:system.collections.generic.keyvaluepair_2|System.Collections.Generic.KeyValuePair]]<[[developers:references:system.int32|System.Int32]], [[developers:references:system.int32|System.Int32]]>> **Возвращаемое значение** * Тип: [[developers:references:system.boolean|System.Boolean]]