Is there a way to pause the map update (using code) that I can incorporate in my script?
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
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
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.