ArcGIS API for Silverlight - 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 PropertyDynamicLayerInfos Array of DynamicLayerInfos used to change the layer ordering or to redefine the map. The order of the array defines the layer drawing order. The first element of the array draws on top of all other layers.  
public PropertyGdbVersion Gets or sets the geodatabase version on which the identify will be performed.  
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 PropertyReturnMIf true, M values will be included in the results if the features have M values. Otherwise M values are not returned. The default is false.  
public PropertyReturnZIf true, Z values will be included in the results if the features have Z values. Otherwise Z values are not returned. The default is false.  
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.  
Top

See Also

© ESRI, Inc. All Rights Reserved.