import arcpy # Set the workspace arcpy.env.workspace = "c:/data" # Use row object to get and set field values cursor = arcpy.UpdateCursor("Addresses.dbf" ...
確定! 回上一頁