I want to invoke raster function (Pansharpen) in C# code using ArcGIS Pro SDK.
Hi
Using the ExecuteToolAsync method in the Pro API, you can call GP tools such as the "Create Pansharpened Raster Dataset" tool.
Thanks
Uma
Hi
I want to use raster function not GP tool.
Currently i m using openToolDialog function of geoprocessing class.
Can you tell me how to use raster function in method you mentioned.
Thanks
Shivam
Shivam,
Raster Functions are currently not accessible through the Pro SDK but we are gathering information on the way people would like to use them. Can you give me some details about your workflow? Maybe I can suggest an alternate way to solve your problem.
-Prashant
I am trying to write a program in ArcGIS Pro SDK Visual Studio that loops and repeats raster processing. Do you have any idea when raster functions might be available?