ArcObjects access to Geoprocessing Results

756
1
Jump to solution
11-10-2020 07:51 AM
DJurgella
New Contributor III

Is it possible to get access to the geoprocessing results in ArcMap using ArcObjects?  These are the results that show up in the Geoprocessing Results window.  I'm looking to programmatically remove results after they've been run, or prevent results from being added in the first place.  The "Never save" option doesn't work, nor does unchecking "Log operations to a log file".

0 Kudos
1 Solution

Accepted Solutions
DJurgella
New Contributor III

I used IGeoProcessor2.AddToResults = False to not add the results to the window.

View solution in original post

1 Reply
DJurgella
New Contributor III

I used IGeoProcessor2.AddToResults = False to not add the results to the window.