The script I'm writing requires a specific attribute of the building polygon that the data frame extent is currently focused on. Is there a way to grab this data?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
In ArcGIS 10, you can use arcpy.mapping to do this. It would look something like:
You can then pass the extent in as parameters to GP tools etc. |
|||||||
|