Description
Represents a result of an identify operation. IdentifyResult has no constructor.
Class hierarchy
esri.tasks.IdentifyResult
Properties
| 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.
Unique ID of the layer that contains the feature.
The layer name that contains the feature.