Guest User

Untitled

a guest
Nov 20th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. import arcpy
  2. print([f[0] for f in arcpy.da.SearchCursor(r"C:GISLines.shp", 'SHAPE@LENGTH')][0])
Add Comment
Please, Sign In to add comment