When using a cursor to loop through an attribute table, is it possible to iteratively select each row?
I want to clip a line to a polygon grid (see previous question); due to the size of the grid the split function fails. Hence I'm interested in selecting each polygon, and clipping the line to the selected cell by using the shapefile with only that cell selected.
I'm familiar with looping through the attribute table and performing calculations - but I don't know how to select a row.