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
--
http://mail.python.org/mailman/listinfo/python-list