-1

I am thinking to use ArcPy to select by attribute, after that I want to display the selected features attribute in a table on the map, how can I make it?

nmtoken
  • 13,355
  • 5
  • 38
  • 87
littleleaf
  • 155
  • 12

1 Answers1

2

Make your table look like you want it to in your layout; change field aliases, hide fields you don't want etc. When you're done, use the "Add table to layout" button:

enter image description here

Martin
  • 4,928
  • 10
  • 40
  • 57
  • Thanks Martin, But the fact is I create a new tool (in arctoolbox), this tool allow user to search from the map, the tool need to call the python script to realize the searching purpose. Thus what I need to do is to display the selected feature in a table on map(through the python script). – littleleaf Apr 23 '14 at 07:06