2

In ModelBuilder I require the user select 1 of 5 feature class layers as the initial feature class to run the rest of the model on. The selected layer is to be then fed into a clipping tool as the Input Feature

How do I create a drop-down list of layers in the tool selected from ones I have set the file path for?

I want to have 5 feature class layers selectable as the input for the clipping tool.

ArcMap 10.2

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked Dec 12, 2018 at 11:25
3
  • Are all your input layers held in the same workspace? Commented Dec 16, 2018 at 1:46
  • the layers are held in a Feature Dataset within a Geodatabase connection. Commented Dec 17, 2018 at 10:03
  • Does it need to be a dynamic list, read from a workspace? Or is it the same 5 over and over? If that's the case you can make and hard code a list on inputs Commented Dec 17, 2018 at 13:07

1 Answer 1

1

I don't believe the type of functionality you are asking for is possible in pure ModelBuilder environment. To create a parameter that offers up lists you would have to build a script tool that feeds into a python script. If you want even more control then a python toolbox script is probably a better solution.

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
answered Dec 17, 2018 at 10:11

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.