======Метод EditableItemsSelectionSet.GetObjectsAtPoint(Vector3D, Predicate, Int32)====== * **Пространство имен:** [[developers:references:topomatic.cad.view.editableitems|Topomatic.Cad.View.EditableItems]] * **Сборка:** Topomatic.Cad.View (в Topomatic.Cad.View.dll) =====Синтаксис===== public override IEnumerable> GetObjectsAtPoint(Vector3D point, Predicate match, int waitTimeOut) **Параметры** * //point// * Тип: [[developers:references:topomatic.cad.foundation.vector3d|Topomatic.Cad.Foundation.Vector3D]] * //match// * Тип: [[developers:references:system.predicate_1|System.Predicate]]<[[developers:references:system.object|System.Object]]> * //waitTimeOut// * Тип: [[developers:references:system.int32|System.Int32]] **Возвращаемое значение** * Тип: [[developers:references:system.collections.generic.ienumerable_1|System.Collections.Generic.IEnumerable]]<[[developers:references:system.collections.generic.keyvaluepair_2|System.Collections.Generic.KeyValuePair]]<[[developers:references:system.double|System.Double]], [[developers:references:system.object|System.Object]]>>