Packagecom.esri.ags.tasks
Classpublic class FindResult

Output result from a FindTask.

See also

FindTask
Live sample - Find features


Public Properties
 PropertyDefined by
  displayFieldName : String
The name of the layer's primary display field.
FindResult
  feature : Graphic
The found feature.
FindResult
  foundFieldName : String
The name of the field that contains the search text.
FindResult
  layerId : Number
Unique ID of the layer that contains the feature.
FindResult
  layerName : String
The layer name that contains the feature.
FindResult
  value : String
The value of the Find result.
FindResult
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

The found feature.

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

foundFieldNameproperty 
public var foundFieldName:String

The name of the field that contains the search text.

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

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