ArcGIS API for Windows Phone - Library Reference
FindParameters Class Members
See Also  Properties  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace : FindParameters Class


The following tables list the members exposed by FindParameters.

Public Constructors

 NameDescription
public ConstructorFindParameters Constructor Constructor.  
Top

Public Properties

 NameDescription
public PropertyContains If false, the operation searches for an exact match of the searchText string. An exact match is case sensitive. Otherwise, it searches for a value that contains the searchText provided. This search is not case sensitive. The default is true.  
public PropertyLayerDefinitions Collection of layer definition expressions that allows you to filter the features of individual layers in the exported map image. Definition expressions for layers that are currently not visible will be ignored by the server.  
public PropertyLayerIds Required. The layers to perform the find operation on.  
public PropertyMaxAllowableOffset This option can be used to specify the maximum allowable offset to be used for generalizing geometries returned by the find operation.  
public PropertyReturnGeometry If true, each feature returned includes the geometry. Since the geometry makes up a significant portion of the result, only use when you plan to use the geometry of the feature, for example, to include them on a map. By default, this is true.  
public PropertySearchFields The names of the fields to search. If none are specified, all fields are searched.  
public PropertySearchText The search string. This is the text that is searched across the layers and the fields that the user specifies.  
public PropertySpatialReference The spatial reference of the input and output geometries as well as the mapExtent. If sr is not specified, the geometry and the mapExtent are assumed to be in the spatial reference of the map, and the output geometries are also in the spatial reference of the map. The SpatialReference supports wkid as well as wkt for custom spatial references.  
public PropertySpatialReferenceWKID

Note: This API is now obsolete. Please use the FindParameters.SpatialReference property.

The well-known ID of the spatial reference of the output geometries. If not specified, the output geometries are returned in the spatial reference of the map.

 
Top

See Also

© ESRI, Inc. All Rights Reserved.