How to set Ramap values Dynamicly (in arcpy Recclasify toolbox)

578
2
02-21-2018 07:24 AM
tanerkoka
Occasional Contributor II

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:

Remap

 Thanks.

Tags (2)
0 Kudos
2 Replies
DanPatterson_Retired
MVP Emeritus

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?

0 Kudos
tanerkoka
Occasional Contributor II

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

0 Kudos