GeoprocessingOptions Class Members
In This Topic
The following tables list the members exposed by GeoprocessingOptions.
Public Properties
| Name | Description |
 | AddOutputDatasetsToOpenMap |
Gets whether output datasets created by geoprocessing tools should be automatically
added to an open map.
|
 | OverwriteExistingDatasets |
Gets whether geoprocessing tools can overwrite existing data, layers, or files when run.
|
 | RemoveOverwrittenLayers |
Gets whether layers in a map are removed if their source
datasets are deleted by a geoprocessing tool that overwrites output.
|
 | WriteGPOperationsToHistory |
Gets whether the tools being run are added to the current project's geoprocessing history.
|
Top
Public Methods
| Name | Description |
 | SetAddOutputDatasetsToOpenMap |
Sets whether output datasets created by geoprocessing tools should be automatically
added to an open map. This method must be called on the MCT. Use QueuedTask.Run.
|
 | SetOverwriteExistingDatasets |
Sets whether geoprocessing tools can overwrite existing data, layers, or files when run.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | SetRemoveOverwrittenLayers |
Sets whether layers in a map are removed if their source
datasets are deleted by a geoprocessing tool that overwrites output.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | SetWriteGPOperationsToHistory |
Sets whether the tools being run are added to the current project's geoprocessing history.
This method must be called on the MCT. Use QueuedTask.Run.
|
Top
See Also