How to use raster function using ArcGIS pro sdk

705
4
03-24-2019 09:26 PM
shivamnayak
New Contributor

I want to invoke raster function (Pansharpen) in C# code using ArcGIS Pro SDK.

0 Kudos
4 Replies
UmaHarano
Esri Regular Contributor

Hi

Using the ExecuteToolAsync method in the Pro API, you can call GP tools such as the "Create Pansharpened Raster Dataset" tool.

Thanks

Uma

0 Kudos
shivamnayak
New Contributor

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

0 Kudos
Prashant_MukeshMangtani
Esri Contributor

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

0 Kudos
SamRideout1
New Contributor III

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?

0 Kudos