[ArcGIS Pro SDK] Extending the event arguments "ArcGIS.Desktop.Internal.GeoProcessing.GPOpenedToolDialogEvent.ToolDialogEventArgs" by list of parameters of currently opened tool (including current values)
We need the ArcGIS Pro SDK to be able to manipulate parameter values of GP tools when calling up the GP tool dialog.
To do this, we want to use the "ArcGIS.Desktop.Internal.GeoProcessing.GPOpenedToolDialogEvent" event that is already available in the ArcGIS Pro SDK.
However, the associated event arguments ("ArcGIS.Desktop.Internal.GeoProcessing.GPOpenedToolDialogEvent.ToolDialogEventArgs") currently only provide the following information:
- path = path of the tool to be called (with the file path of the toolbox for custom tools or the internal tool name for system tools)
- name = display name of the tool to be called (depending on the language pack)
- toolType = information whether it is a system or custom tool
Feature request
--> In addition in the event arguments properties we need the information on the list of tool parameters including the current values. It also must be possible to manipulate these values so that the adjusted values can be passed in the tool dialog that then opens.