Class: IdentifyResultE-mail This Topic Printable Version Give Us Feedback

Description

Represents a result of an identify operation. IdentifyResult has no constructor.

Class hierarchy

esri.tasks.IdentifyResult

Properties

Property Type Description
displayFieldName String 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.
feature Graphic An identified feature.
layerId Number Unique ID of the layer that contains the feature.
layerName String The layer name that contains the feature.
Properties Detail

<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.