Class: FindResultE-mail This Topic Printable Version Give Us Feedback

Description

Represents a result of a find operation. FindResult has no constructor.

Class hierarchy

esri.tasks.FindResult

Properties

Property Type Description
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 The found feature.
foundFieldName String The name of the field that contains the search text.
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.

<Graphic> feature

The found feature.

<String> foundFieldName

The name of the field that contains the search text.

<Number> layerId

Unique ID of the layer that contains the feature.

<String> layerName

The layer name that contains the feature.