The FindResult type exposes the following members.

Properties

  NameDescription
DisplayFieldName
The field name in the layer designated for default display. Typically a Name field.
Feature
The feature returned, as a GraphicFeature object. The VEShape and attributes of the features are available in the GraphicFeature object.
FoundFieldName
The field that the task's search text was found in.
LayerId
The ID of the layer in which the feature was found.
LayerName
The name of the layer in which the feature was found.
Value
The value of the field FoundFieldName. Will be the same value as the task's search text if the FindParameters.Contains property was false; otherwise it will contain the search text.

See Also