======Метод SelectionSet.PickOneObjectAtScreen(Predicate, Object, String, String[])====== * **Пространство имен:** [[developers:references:topomatic.cad.view|Topomatic.Cad.View]] * **Сборка:** Topomatic.Cad.View (в Topomatic.Cad.View.dll) =====Синтаксис===== public GetPointResult PickOneObjectAtScreen(Predicate match, out object obj, string message, string[] args) **Параметры** * //match// * Тип: [[developers:references:system.predicate_1|System.Predicate]]<[[developers:references:system.object|System.Object]]> * //obj// * Тип: [[developers:references:system.object|System.Object]] * //message// * Тип: [[developers:references:system.string|System.String]] * //args// * Тип: [[developers:references:system.string|System.String]][] **Возвращаемое значение** * Тип: [[developers:references:topomatic.cad.view.getpointresult|Topomatic.Cad.View.GetPointResult]]