ILayerGeoSearchPolygonSearch Method  | 
  Search for layer objects contained inside the polygon specified in the points
            parameter. 
 
    Namespace: 
   Ptv.XServer.Controls.Map.Gadgets
    Assembly:
   Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
SyntaxICollection PolygonSearch(
	IEnumerable<Point> points
)
Function PolygonSearch ( 
	points As IEnumerable(Of Point)
) As ICollection
ICollection^ PolygonSearch(
	IEnumerable<Point>^ points
)
abstract PolygonSearch : 
        points : IEnumerable<Point> -> ICollection 
Parameters
- points
 - Type: System.Collections.GenericIEnumerablePoint
 Collection of points defining a polygon, which is used to search for all layer
            objects contained in it.  
Return Value
Type: 
ICollection Collection of layer objects, located inside the specified polygon. 
See Also