Select to view content in your preferred language

How to open tool dialog for raster functions and change detection wizard?

103
1
Thursday
MuhammadElbagoury
New Contributor II

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.

Tags (3)
0 Kudos
1 Reply
UmaHarano
Esri Regular Contributor

Hi,

Try using the tool name mentioned in the Python tab on the tool documentation.

UmaHarano_0-1718641602063.png

 

0 Kudos