Wednesday, November 16, 2011

Display ArcMap Dialog Messages During Script

Easy to-do! You must, however, cast numbers with str().
arcpy.AddMessage("Total number of features: " + str(count))

No comments:

Post a Comment