ArcObjects Library Reference (Geoprocessing)  

IGeoProcessorSettings Interface

Provides access to the properties/methods of the GeoProcessor settings. Note: the IGeoProcessorSettings interface has been superseded byIGeoProcessorSettings2. Please consider using the more recent version.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read/write property AddOutputsToMap Indicates whether resulting output datasets should be added to the application display.
Read/write property LogHistory Indicates whether or not to log the execution of geoprocessing tools.
Read/write property OverwriteOutput Indicates whether output datasets should be overwritten when executing geoprocessing tools.
Read/write property ShowModelBuilderPrompts Indicates whether to prompt the user when connecting elements in ModelBuilder if there is more than one possible connection.
Read/write property TemporaryMapLayers Indicates whether new map layers are temporary by default.

CoClasses that implement IGeoProcessorSettings

CoClasses and Classes Description
GPEnvironmentManager Environment Manager.

Remarks

The IGeoProcessorSettings interface provides access to the properties of the various GeoProcessor settings. Example settings are LogHistory and OverwriteOutput. Note: the latter is being accessed from the Environment Manager.

.NET Related Topics

Building a custom geoprocessing function tool