Is there a way to change or at least to read geoprocessing options such as "Add output dataset to an open map" in Add-Ins?
I am working with a table in "memory" that is created with a geoprocess and after its creation is added to the TOC in Standalone Tables.
Geoprocessing.ExecuteToolAsync("management.CreateTable", tableParams, null, null, null, GPExecuteToolFlags.AddOutputsToMap);
If the above mentioned geoprocessing option is not checked, the table will not be added to the TOC, making impossible to insert or read rows in the recently created table in “memory”. At least I would like to read the geoprocessing options in the Add-In so I can create the table in the DefaultGeodatabasePath instead of in “memory” when the option is not checked.
I would appreciate any suggestion. Thanks in advance!