Tagged Questions
2
votes
1answer
256 views
Passing Python List into Layer Definition Query
I am trying to cursor search through items in a field in a feature class. I then append them to a list called 'distList'. I want to pass the list into layers definition query as follows:
"Field1" in ...
1
vote
1answer
412 views
Python Add in: Pass Selection from Combo Box into Definition Query
I am trying to pass the users selection into a definition query in an addin combo box python script.
Basically, I have a feature class with a field called "SITE". I build a python list from that ...
