The following tables list the members exposed by FindParameters.
Public Constructors
Public Properties
| Name | Description |
![public Property](dotnetimages/publicProperty.gif) | Contains | 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 Property](dotnetimages/publicProperty.gif) | DynamicLayerInfos | 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 Property](dotnetimages/publicProperty.gif) | GdbVersion | Gets or sets the geodatabase version on which the identify will be performed. |
![public Property](dotnetimages/publicProperty.gif) | LayerDefinitions | 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 Property](dotnetimages/publicProperty.gif) | LayerIds | Required. The layers to perform the find operation on. |
![public Property](dotnetimages/publicProperty.gif) | MaxAllowableOffset | This option can be used to specify the maximum allowable offset to be used for generalizing geometries returned by the find operation. |
![public Property](dotnetimages/publicProperty.gif) | ReturnGeometry | 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 Property](dotnetimages/publicProperty.gif) | ReturnM | If 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 Property](dotnetimages/publicProperty.gif) | ReturnZ | If 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 Property](dotnetimages/publicProperty.gif) | SearchFields | The names of the fields to search. If none are specified, all fields are searched. |
![public Property](dotnetimages/publicProperty.gif) | SearchText | The search string. This is the text that is searched across the layers and the fields that the user specifies. |
![public Property](dotnetimages/publicProperty.gif) | SpatialReference | 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