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
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.