Advertisement
Guest User

Untitled

a guest
May 1st, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. cursor = arcpy.da.SearchCursor("contour_lines_SmoothLine1", "*")
  2. for row in cursor:
  3. print row
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement