======Метод DefaultSelectionSet.GetObjectsByPolygon(FrameSelectType, List, Predicate, Action)====== * **Пространство имен:** [[developers:references:topomatic.cad.view|Topomatic.Cad.View]] * **Сборка:** Topomatic.Cad.View (в Topomatic.Cad.View.dll) =====Синтаксис===== public override void GetObjectsByPolygon(FrameSelectType mode, List pointsList, Predicate match, Action action) **Параметры** * //mode// * Тип: [[developers:references:topomatic.cad.view.hints.frameselecttype|Topomatic.Cad.View.Hints.FrameSelectType]] * //pointsList// * Тип: [[developers:references:system.collections.generic.list_1|System.Collections.Generic.List]]<[[developers:references:topomatic.cad.foundation.vector2d|Topomatic.Cad.Foundation.Vector2D]]> * //match// * Тип: [[developers:references:system.predicate_1|System.Predicate]]<[[developers:references:system.object|System.Object]]> * //action// * Тип: [[developers:references:system.action_1|System.Action]]<[[developers:references:system.object|System.Object]]>