If you are in ArcMap and hit the pause button in the lower left corner, can you still run the tool?... or ...have you tried to change the environment setting?arcpy.env.addOutputsToMap- Russell
The best option I have found so far is to use arcgisscripting.Using before the intermediate creations:gp = arcgisscripting.create()gp.AddOutputsToMap = FalseThen before the final featureclass:gp.AddOutputsToMap = TrueDoes the job, shame to have to resort to the old library
Is there a way to pause the map update (using code) that I can incorporate in my script?
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.