ArcGIS API for Silverlight - Library Reference
Geoprocessor Class Properties
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace : Geoprocessor Class


For a list of all members of this type, see Geoprocessor members.

Public Properties

 NameDescription
public PropertyAutoNormalizeIf true automatically normalizes geometry crossing the anti-meridian. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyDisableClientCaching If true, adds a timestamp parameter ("_ts") to the request to prevent it from being loaded from the browser's cache. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyExecuteLastResult The last result of the Execute operation.  
public PropertyGetInputLastResult The result from the last GetInput call.  
public PropertyGetResultDataLastResult The result from the last GetResultData call.  
public PropertyGetResultImageLastResult The result from the last GetResultImage call.  
public PropertyIsBusy Gets a value that indicates whether a Web request is in progress. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyOutputSpatialReference The spatial reference of the output geometries. If not specified, the output geometries are in the spatial reference of the input geometries. If ProcessSpatialReference is specified and OutputSpatialReference is not specified, the output geometries are in the spatial reference of the process spatial reference.  
public PropertyProcessSpatialReference The spatial reference that the model will use to perform geometry operations. If specified and OutputSpatialReference is not specified, the output geometries are in the spatial reference of the process spatial reference.  
public PropertyProxyURL Gets or sets the URL to proxy the request through. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyReturnMIf true, M values will be included in the results if the features have M values. Otherwise M values are not returned. The default is false.  
public PropertyReturnZIf true, Z values will be included in the results if the features have Z values. Otherwise Z values are not returned. The default is false.  
public PropertySubmitJobLastResult The last result of the SubmitJob operation.  
public PropertyToken Token for accessing a secure ArcGIS task. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyUpdateDelay The time interval in milliseconds between each job status request sent to an asynchronous geoprocessing task. The default is 1000.  
public PropertyUrl Gets or sets the URL of the task. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
Top

See Also

© ESRI, Inc. All Rights Reserved.