# 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)
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.