Click or drag to resize

ILayerGeoSearchEllipseSearch Method

Search for layer objects contained inside the ellipse specified in the boundingRectangle 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 EllipseSearch(
	MapRectangle boundingRectangle
)

Parameters

boundingRectangle
Type: Ptv.XServer.Controls.MapMapRectangle
Bounding rectangle of an ellipse used to search for all layer objects contained in it.

Return Value

Type: ICollection
Collection of layer objects, located inside the specified ellipse.
See Also