I'm using ArcGIS Pro version 3.1.3. I'm trying to create a model builder to resample all rasters stored in a file geodatabase. However, the "Name" variable in the Iterate Raster iterator is disabled. It somehow has a default value which is wrong and I don't want to use this default value. But I can't change the default value since the variable is DISABLED.
How do I enable this variable so I can change the default value?
Appreciate any response.
Solved! Go to Solution.
Hi @JadedEarth, thank you for posing this question. Because the Name variable in the iterator is an inline variable, editing it cannot be enabled. For more on how inline variable substitution works, check out this documentation:
Iterate Rasters (Modelbuilder)
https://pro.arcgis.com/en/pro-app/latest/tool-reference/modelbuilder-toolbox/iterate-rasters.htm
Inline variable substitution
Hi @JadedEarth, thank you for posing this question. Because the Name variable in the iterator is an inline variable, editing it cannot be enabled. For more on how inline variable substitution works, check out this documentation:
Iterate Rasters (Modelbuilder)
https://pro.arcgis.com/en/pro-app/latest/tool-reference/modelbuilder-toolbox/iterate-rasters.htm
Inline variable substitution
Hi,
Thanks for the explanation. I think I got it now. See my modelbuilder below