# Import system modules import sys, string, os, arcgisscripting # Create the Geoprocessor object gp = arcgisscripting.create(9.3) # Local variables...Try to get the iteration number that the model is on. IterationNum = gp.GetParameterAsText(0) # Do stuff... gp.addmessage("it = " + IterationNum)
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.