Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #35222
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2012-12-20 12:39 -0800 |
| References | <19696daa-12c8-4a2d-aa6c-ffb60c8505bb@googlegroups.com> <70a99fa6-a401-4962-901f-5ea90a673140@googlegroups.com> <mailman.1104.1356028136.29569.python-list@python.org> |
| Subject | Re: Data Driven Process |
| From | balparmak@gmail.com |
| Message-ID | <mailman.1108.1356036528.29569.python-list@python.org> (permalink) |
Hi Grant
can you help me with this?
I am working with the python code below in ArcGIS to zoom into a shapefile's attribute table row features without selected until the end of table one by one.
I am trying to use this code but this one requires that a row is selected.
import arcpy
mxd = arcpy.mapping.MapDocument('CURRENT')
df = arcpy.mapping.ListDataFrames(mxd, "Layers") [0]
df.zoomToSelectedFeatures()
arcpy.RefreshActiveView()
Any Help?
Thanks
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Data Driven Process balparmak@gmail.com - 2012-12-20 09:08 -0800
Re: Data Driven Process Grant Rettke <grettke@acm.org> - 2012-12-20 11:33 -0600
Re: Data Driven Process balparmak@gmail.com - 2012-12-20 10:08 -0800
Re: Data Driven Process Grant Rettke <grettke@acm.org> - 2012-12-20 12:21 -0600
Re: Data Driven Process balparmak@gmail.com - 2012-12-20 12:39 -0800
Re: Data Driven Process Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-12-20 21:03 +0000
Re: Data Driven Process balparmak@gmail.com - 2012-12-20 13:21 -0800
Re: Data Driven Process balparmak@gmail.com - 2012-12-20 12:39 -0800
Re: Data Driven Process Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-12-20 20:57 +0000
Re: Data Driven Process Dave Angel <d@davea.name> - 2012-12-20 16:18 -0500
Re: Data Driven Process Jeffrey Ciesla <ciesla@gmail.com> - 2012-12-20 12:41 -0800
Re: Data Driven Process balparmak@gmail.com - 2012-12-20 13:18 -0800
csiph-web