ArcGIS Runtime SDK for WPF - Library Reference
FindParameters Class Members
See Also  Properties 
ESRI.ArcGIS.Client.Tasks Namespace : FindParameters Class


The following tables list the members exposed by FindParameters.

Public Constructors

 NameDescription
public ConstructorFindParameters ConstructorConstructor.  
Top

Public Properties

 NameDescription
public PropertyContainsIf 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 PropertyDynamicLayerInfosArray 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 PropertyGdbVersionGets or sets the geodatabase version on which the identify will be performed.  
public PropertyLayerDefinitionsCollection 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 PropertyLayerIdsRequired. The layers to perform the find operation on.  
public PropertyMaxAllowableOffsetThis option can be used to specify the maximum allowable offset to be used for generalizing geometries returned by the find operation.  
public PropertyReturnGeometryIf 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 PropertySearchFieldsThe names of the fields to search. If none are specified, all fields are searched.  
public PropertySearchTextThe search string. This is the text that is searched across the layers and the fields that the user specifies.  
public PropertySpatialReferenceThe 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.