How could I adapt the following code to enable me to zoom to each individual selected Geometry one after the other?
import arcpymxd = arcpy.mapping.MapDocument('CURRENT')df = arcpy.mapping.ListDataFrames(mxd, "Layers") [0]df.zoomToSelectedFeatures()arcpy.RefreshActiveView()
أكثر...