Gets or sets the search extent. Optional parameter supported in ArcGIS Server v10.1+ If SearchExtent is specified then the results will be within the SearchExtent parameter. If no spatial reference is set on the SearchExtent the the spatial reference will be defaulted to the spatial reference of the locator service.
Syntax
Visual Basic (Declaration) | |
---|
Public Property SearchExtent As Envelope |
C# | |
---|
public Envelope SearchExtent {get; set;} |
Property Value
The search extent.
Requirements
Target Platforms:Windows Phone 7
See Also