0

In the ModelBuilder (ArcGIS 10.3) I'm creating a tool where I want to let the user decide the Percentage_Of_Overlap, which is a field in my vector dataset.

For that, I want to create a variable where the user can insert a integer between 0 and 100.

I'm using the Selecting Tool, so it would be (in the Query Builder):

PercentageOfOverlap >= Value

Where the Value, will be the inserted value by the user.

How to do that with ModelBuilder?

whyzar
12.1k23 gold badges41 silver badges72 bronze badges
asked Nov 6, 2016 at 21:35
1
  • What does this part of your model look like at the moment? Please include a picture to illustrate what you have tried. When you say "Selecting Tool", do you mean the Select (Analysis) tool? Commented Nov 6, 2016 at 21:46

1 Answer 1

2

You want to be creating a standalone variable (what you are calling Value) then expose it as a parameter. You could then set a Range Filter of 0 to 100.

Would recommend you spend some quality time looking into the model builder section of the Help file as this give examples and walkthroughs.

answered Nov 6, 2016 at 23:53

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.