Passing Geoprocessing Parameters to LocalServer (WPF v100.3)

1779
12
10-03-2018 03:16 PM
KeithGemeinhart1
New Contributor III

I have a gpkx that I created in Pro 2.2, and I'm trying to call it from an application using LocalServer. Everything starts up OK, but I'm not sure how to format the input parameter. In this case, it should be a list of DTED filenames. Here is the parameter as described on the REST interface webpage. 

I guess I have 2 questions:

1. How would I format the input to test on this REST interface webpage?

2. How do I format the input parameters in code?

For both, assume the DTED files are somewhere like C:/..../DTED/N30.dt1, etc.

0 Kudos
12 Replies
KeithGemeinhart1
New Contributor III

Mike,

That did not fix the problem. Any other ideas?

0 Kudos
MichaelBranscomb
Esri Frequent Contributor

Hi Keith,

Possibly a bug - I have reproduced with the same tool and a different dataset, and will submit an issue for further investigation.

Cheers

Mike

0 Kudos
KeithGemeinhart1
New Contributor III

Mike, I appreciate your diligence and communication on this! I was hoping to get this feature in our next release, but I can display a raster on the map as a work-around for now.

Do you have any suggestions or guidance for possibly converting the raster data to a feature or graphic geometry in C# code?

0 Kudos