Click or drag to resize

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
Syntax
ICollection PolygonSearch(
	IEnumerable<Point> points
)

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