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