ArcGIS API for Silverlight - Library Reference
SearchExtent Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Portal Namespace > SpatialSearchParameters Class : SearchExtent Property

Gets or sets the search extent for a spatial search. Search requires a SearchExtent, a SearchParameters.QueryString or both. Spatial search is an overlaps/intersects function of the search extent and the extent of the document. Sorting is not supported. Documents that have no extent (e.g., mxds, 3dds, lyr) will not be found when doing a spatial search. Document extent is assumed to be in geographic.

Syntax

Visual Basic (Declaration) 
Public Property SearchExtent As Envelope
C# 
public Envelope SearchExtent {get; set;}

Property Value

The search extent.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.