Sends a callback request to execute a query task. The query operation is performed on a layer resource.
The result of this operation is a
FeatureSet
object passed to callback.
Namespace:
ESRI.ArcGIS.VE(in ArcGISVE.exe)
Syntax
| JScript |
|---|
function Execute( query : Query, callback : Function ) |
Parameters
- query
- Type: Query
Set of parameters used in the query operation.
- callback
- Type: Function
The function that will handle the callback response. The callback function must take one argument, which will be an FeatureSet object.
