The IdentifyParameters type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| IdentifyParameters | Initializes a new instance of the IdentifyParameters class |
Properties
| Name | Description | |
|---|---|---|
| DPI | DPI of screen display. Default is 96 DPI (dots per inch, i.e., screen pixels per inch). | |
| Geometry | The geometry that defines the area to identify on. The value is a VEShape. | |
| Height | Height of map view in pixels. Default is 400 pixels. | |
| LayerIds | The layers to perform the identify operation on. The value is specified as an array of layer IDs. | |
| LayerOption | Option used in selecting layers to identify against.
Values: 'top': Only the top-most layer at the location specified will be identified;
'visible': All visible layers at the location specified will be identified;
'all': All layers at the location specified will be identified. Default: By default the identify operation identifies the top-most layer (i.e., LayerOption = top).
| |
| MapExtent | The extent (bounding box) of the current map view. This must be defined as a VELatLongRectangle (usually obtained by VEMap.GetMapView) or as a string ("x,y,x,y"). | |
| ReturnGeometry | If true, the result set will include the geometries associated with each result. The default is true. | |
| Tolerance | The distance in screen pixels from the specified geometry within which the identify should be performed. The value for the tolerance should be an integer. | |
| Width | Width of map view in pixels. Default is 400 pixels. |
