IdentifyLayerResult

Identify result containing a layer and the identified elements of that layer. You need to pass this object to identify result functions.

Since

200.1.0

Properties

Link copied to clipboard

The error that occurred during the identify operation, if there is one.

Link copied to clipboard

The identify result's list of identified graphics. If there are no geo element results at the layer level (for layers where geo element results are exposed in sublayer results), an empty array is returned. The array type depends on the type of objects contained in the layer and whether AggregationFeatureReduction is enabled on the layer. When AggregationFeatureReduction is enabled on the layer, array type will be either AggregateGeoElement or the GeoElement type contained in the layer. The function will always return an array containing objects that implement GeoElement.

Link copied to clipboard

If the transfer limit was exceeded for the identify results.

Link copied to clipboard

The layer identify result's layer content (a LayerContent). The element will contain an object that implements LayerContent. This may be either an ArcGISSublayer or a Layer.

Link copied to clipboard

The identify result's list of identified popups.

Link copied to clipboard

The identify layer result's list of sub results. For layers that do not contain sublayers, this array will be empty.