ILayerGeoSearchRectangleSearch Method  | 
  Search for layer objects contained inside the rectangle specified in the rectangle
            parameter. 
 
    Namespace: 
   Ptv.XServer.Controls.Map.Gadgets
    Assembly:
   Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
SyntaxICollection RectangleSearch(
	MapRectangle rectangle
)
Function RectangleSearch ( 
	rectangle As MapRectangle
) As ICollection
ICollection^ RectangleSearch(
	MapRectangle^ rectangle
)
abstract RectangleSearch : 
        rectangle : MapRectangle -> ICollection 
Parameters
- rectangle
 - Type: Ptv.XServer.Controls.MapMapRectangle
 Rectangle used to search for all layer objects contained in it.  
Return Value
Type: 
ICollection Collection of layer objects, located inside the specified rectangle. 
See Also