Packagecom.esri.ags.tasks.supportClasses
Classpublic class FindResult
InheritanceFindResult Inheritance flash.events.EventDispatcher

The result from a FindTask.

See also

com.esri.ags.tasks.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
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.


Implementation
    public function get displayFieldName():String
    public function set displayFieldName(value:String):void
featureproperty 
feature:Graphic

The found feature.

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


Implementation
    public function get feature():Graphic
    public function set feature(value:Graphic):void
foundFieldNameproperty 
foundFieldName:String

The name of the field that contains the search text.

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


Implementation
    public function get foundFieldName():String
    public function set foundFieldName(value:String):void
layerIdproperty 
layerId:Number

Unique ID of the layer that contains the feature.

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


Implementation
    public function get layerId():Number
    public function set layerId(value:Number):void
layerNameproperty 
layerName:String

The layer name that contains the feature.

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


Implementation
    public function get layerName():String
    public function set layerName(value:String):void
valueproperty 
value:String

The value of the Find result.

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


Implementation
    public function get value():String
    public function set value(value:String):void