Performs the identify operation by sending a callback request to a map resource. Identify options are specified in the IdentifyParameters passed into the method. The result of this operation is an IdentifyResults object passed to the callback function.

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

Syntax

JScript
 function Execute(
	parameters : IdentifyParameters, 
	callback : Function
)

Parameters

parameters
Type: IdentifyParameters
IdentifyParameters - the parameter object for the IdentifyTask.
callback
Type: Function
The function that will handle the callback response. If omitted, the function specified in OnComplete will be used. The callback function must take one argument, which will be an IdentifyResults object.

See Also