Select to view content in your preferred language

Python - arcpy.da.UpdateCursor

934
1
04-24-2013 08:59 AM
ZhanGao
Deactivated User
Is anyone knows setNull() works for arcpy.da.UpdateCursor?

thanks
Tags (2)
0 Kudos
1 Reply
MathewCoyle
Honored Contributor
Not currently, the da cursors do not return row objects in the same manner the regular cursors do, merely a list/tuple with values.
0 Kudos