GeoEco.Datasets.UpdateCursor.Close
- UpdateCursor.Close()
Closes the cursor.
After
Close()is called, the cursor’s methods for interacting with the table will not work and will raise exceptions if called. However, there is no harm in callingClose()again; if the cursor is already closed, thenClose()will silently succeed. Once the cursor is closed, there is no way to reopen it; open a new cursor if you need to interact with the table again.