Solved! Go to Solution.
for row in cursor: rotation = row.getValue("Angle") #You could also use row.Angle here ...for row in cursor: rotation = row.getValue("Angle") #You could also use row.Angle here ...for i in range (296, 356,1):
for row in cursor:
rotation = row.getValue("Angle") for i in range (296, 356,1):
print "Iteration", i
for row in cursor:
rotation = row.getValue("Angle")
print rotation