Hi ,
We are develope ArcGis pro sdk commands for Arcgis pro .We want to use Reclassify method but we can not set values dynamicly for Ramap parameter. How Can we set dynamicly (from dynamic list, grid or array values) in RamapValue before set parameter in Reclassify ?
Here is below (in picture) manually setting RamapValues with in red rectange:
Thanks.
You have shown static code, how do you intend to make this dynamic?
Or are you simply wanting to determine the remap table according to some rule-set that you will come up with?
Hi,
We want to create this format with the for loop, passing the values that the user has input from the interface into a dynamic array, not the static values as they are shown in the picture.But we are solving problem with passing array in Geoprosessing.ExecutetoolAsync method.
Thanks