ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / GeoprocessingOptions Class
Properties Methods


In This Topic
    GeoprocessingOptions Class Members
    In This Topic

    The following tables list the members exposed by GeoprocessingOptions.

    Public Properties
     NameDescription
    Public Property Gets whether output datasets created by geoprocessing tools should be automatically added to an open map.  
    Public Property Gets whether script and model tools are run through a compatibility-checking routine to ensure they can run successfully.  
    Public Property Gets whether the messages window will automatically be opened after running a tool in the Geoprocessing pane.  
    Public Property Gets whether disabled tool parameters are displayed or hidden. If displayed, they show as readonly.  
    Public Property Gets whether tool parameters that contain a dataset path display shortened names.  
    Public Property Gets whether the "Enable Undo" button is on by default for tools that modify the input dataset.  
    Public Property Gets whether geoprocessing tools can overwrite existing data, layers, or files when run.  
    Public Property Gets whether layers in a map are removed if their source datasets are deleted by a geoprocessing tool that overwrites output.  
    Public Property Gets whether information about the tools being run is written to the tool's input and output dataset metadata.  
    Public Property Gets whether the tools being run are added to the current project's geoprocessing history.  
    Public Property Gets whether information about the tools being run is written to an external log file.  
    Top
    Public Methods
     NameDescription
    Public Method 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.  
    Public Method Sets whether script and model tools are run through a compatibility-checking routine to ensure they can run successfully. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets whether the messages window will automatically be opened after running a tool in the Geoprocessing pane. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets whether disabled tool parameters are displayed or hidden. If displayed, they show as readonly. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets whether tool parameters that contain a dataset path display shortened names. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets whether the "Enable Undo" button is on by default for tools that modify the input dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets whether geoprocessing tools can overwrite existing data, layers, or files when run. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method 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.  
    Public Method Sets whether information about the tools being run is written to the tool's input and output dataset metadata. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method 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.  
    Public Method Sets whether information about the tools being run is written to an external log file. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also