| Package | com.esri.ags.tasks |
| Class | public class IdentifyResult |
See also
| Property | Defined 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 | ||
| displayFieldName | property |
public var displayFieldName:StringThe 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.
| feature | property |
public var feature:GraphicAn identified feature.
This property can be used as the source for data binding.
| layerId | property |
public var layerId:NumberUnique ID of the layer that contains the feature.
This property can be used as the source for data binding.
| layerName | property |
public var layerName:StringThe layer name that contains the feature.
This property can be used as the source for data binding.
| value | property |
public var value:StringThe value of the Identify result.
This property can be used as the source for data binding.