arcpy.TableToTable_conversion
I usually set the OverWriteOutput to 1 at the beginning of my scripts. I'm using 9.3, so I'm not sure how this translates over to 10 & arcpy... But it's probably similar.# Import system modules import sys, string, os, arcgisscripting # Create the Geoprocessor object gp = arcgisscripting.create() # Set the Geoprocessing environment... gp.OverWriteOutput = 1 #Overwrite set to true
# Import system modules import sys, string, os, arcgisscripting # Create the Geoprocessor object gp = arcgisscripting.create() # Set the Geoprocessing environment... gp.OverWriteOutput = 1 #Overwrite set to true
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.