Hide Table of Contents
esri/dijit/util
esri/layer/pixelFilters
esri/process
esri/support
esri/workers
Class: IdentifyResult

require(["esri/tasks/IdentifyResult"], function(IdentifyResult) { /* code goes here */ });

Description

(Added at v1.0)
Represents a result of an identify operation. IdentifyResult has no constructor.

Samples

Search for samples that use this class.

Properties

NameTypeSummary
displayFieldNameStringThe name of the layer's primary display field.
featureGraphicAn identified feature.
layerIdNumberUnique ID of the layer that contains the feature.
layerNameStringThe layer name that contains the feature.
Property Details

<String> displayFieldName

The name of the layer's primary display field. The value of this property matches the name of one of the fields of the feature.

<Graphic> feature

An identified feature.

<Number> layerId

Unique ID of the layer that contains the feature.

<String> layerName

The layer name that contains the feature.
Show Modal