Result collection returned from executing a FindTask.

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

Syntax

JScript
 class FindResults

Remarks

The geographic features found as a result of running FindTask are returned in the FindResults object. The individual features may be accessed in the Results property, which contains an array of FindResult objects. If you need to display the features found, the ToVEShapeLayer provides a convenient method without handling individual results (use SetShapeStyle to set display properties for the shapes). Before accessing results, it is recommended to check the Error property to ensure the task completed successfully.

See Also