# 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)
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.