Hello. I made this in Model Builder in order to Iterate by row an extracting process. In the end at the output it only gives me the final Extracted Feature. Is there a way to Save all the previous ones at seperate layers? Thank you for your time.
Solved! Go to Solution.
you just need to change the output name of Slope_1 to Slope_%n%
%n% gets replaced by the number string of each iteration, Slope_1, Slope_2 etc.
The link blow should cover all aspects of this:
you just need to change the output name of Slope_1 to Slope_%n%
%n% gets replaced by the number string of each iteration, Slope_1, Slope_2 etc.
The link blow should cover all aspects of this: