Data Driven Process

balparmak at gmail.com balparmak at gmail.com
Thu Dec 20 15:39:38 EST 2012


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




More information about the Python-list mailing list