Result collection returned from executing an IdentifyTask.

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

Syntax

JScript
 class IdentifyResults

Remarks

The features returned from the IdentifyTask may be displayed on the map by calling the ToVEShapeLayer method. More information and interaction with the features may be obtained by working with the individual IdentifyResult objects in the Results. Each IdentifyResult contains both geometry and attributes of an identified feature.

See Also