Calculate Geometry is not a tool. I can right click and use it, but I am trying to make it automatic. The purpose of this is to save time for when field workers have new data they want to put into CAD. This is the process my boss has done many times manually, but now wants automated to save time and effort.
import arcpy from arcpy import env # Set the extent environment using a keyword. arcpy.env.extent = "MAXOF" # Set the extent environment using the Extent class. arcpy.env.extent = arcpy.Extent(-107.0, 38.0, -104.0, 40.0) # Set the extent environment using a space-delimited string. arcpy.env.extent = "-107.0 38.0 -104.0 40.0"
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.