ArcGIS zoom to next selected feature

المشرف العام

Administrator
طاقم الإدارة
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()

أكثر...
 
أعلى