Dear All,
I am trying to create an add-in that opens the tools dialogs like ndvi (raster functions) or Change detection wizard.
I tried to do this workflow on Geoprocessing tools like Buffer and it worked.
Here is the code for this:
"Geoprocessing.OpenToolDialog("analysis.Buffer", null);"
So how to make like this to open raster functions ??
Thank you.
Solved! Go to Solution.
I made it with the ID by adding this line to the "Config.daml" file :
<tool refID="esri_datasourcesraster_changeDetectionToolsGallery" size="large" />
Thank you for your support:
This worked "Geoprocessing.OpenToolDialog("ComputeChangeRaster", null);"
But I still cannot open the pane for the Change Detection Wizard.
I also got an idea:
Can I open it using its ID as the ID of the wizard is "esri_datasourcesraster_changeDetectionToolsGallery" ??
I made it with the ID by adding this line to the "Config.daml" file :
<tool refID="esri_datasourcesraster_changeDetectionToolsGallery" size="large" />