Packagecom.esri.ags.tasks
Classpublic class IdentifyResult

Output result from an IdentifyTask.

See also

IdentifyTask
Live Sample - Identify features.


Public Properties
 PropertyDefined by
  displayFieldName : String
The name of the layer's primary display field.
IdentifyResult
  feature : Graphic
An identified feature.
IdentifyResult
  layerId : Number
Unique ID of the layer that contains the feature.
IdentifyResult
  layerName : String
The layer name that contains the feature.
IdentifyResult
  value : String
The value of the Identify result.
IdentifyResult
Property detail
displayFieldNameproperty
public var 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.

This property can be used as the source for data binding.

featureproperty 
public var feature:Graphic

An identified feature.

This property can be used as the source for data binding.

layerIdproperty 
public var layerId:Number

Unique ID of the layer that contains the feature.

This property can be used as the source for data binding.

layerNameproperty 
public var layerName:String

The layer name that contains the feature.

This property can be used as the source for data binding.

valueproperty 
public var value:String

The value of the Identify result.

This property can be used as the source for data binding.