Single result returned from executing an FindTask. Contains information about a single geographic feature found. Returned in a FindResults collection.

Namespace:  ESRI.ArcGIS.VE
  (in ArcGISVE.exe)

Syntax

JScript
 class FindResult

Remarks

When a FindTask executes, it returns a set of features found as a FindResults object. The individual features are located in the Results property of the FindResults as a collection of FindResult objects. If you simply want to display the results from the FindTask, use the ToVEShapeLayer method on the FindResults collection, rather than handling individual features in the FindResults collection.

See Also