Is there any way to make one of my parameters in my model as menu for choose ???
Abdullah, this can be easily done with string parameters by going into Model Properties, Parameters tab and setting a value list. You can enter the text strings you want to the user to be able to pick. This is very similar to how your work with keywords with script tools if you move on to Python.
A quick tour of filtering parameter values—Help | ArcGIS for Desktop
like ListDomains in the arcpy.da module ... the nice thing is all the properties are read only so there is no chance of corrupting the existing structure... but if you are stuck on using modelbuilder, then you will have to roll out a script to incorporate in the model prior to moving on.
Edit
I assume that you ruled out the recommendations on other threads, like Xander's reference in this thread?
https://community.esri.com/message/545153#comment-545153
I mean the second domain (define a range of values that can be used for multiple attribute fields).
how can I make the user of my model choose of range of values as model parameter.
There is all kinds of domain access already for a variety of things. They are peppered all over the place and it depends on which platform (ArcMap or ArcGIS PRO) that you want to work with since they are both available to you if using recent versions.
He is one sample from Pro
If you can articulate what you want to do and what you have ruled out, or show your model, it will help others narrow it down. Or perhaps you have decided already and are looking for other options.
An overview of the Domains toolset—Data Management toolbox | ArcGIS for Desktop
Domains offer a way to define a range of values that can be used for multiple attribute fields. Using domains helps ensure data integrity by limiting the choice of values for a particular field. Validation for coded value domains is accomplished by restricting field values found in drop-down lists. Range domains are automatically validated during editing.
something like domain in geodatabase
what do you have so far that you need a choice?
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.