ArcObjects Library Reference (Geoprocessing)  

IGpCursorRow Interface

Provides access to the Cursor Row. Note: the IGpCursorRow interface has been superseded byIGpCursorRow2. Please consider using the more recent version.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method DeleteRow Deletes the existing row of the current position of the cursor.
Method GetValue Returns the value of the specified field in the row object.
Method InsertRow Inserts a new row into the data source of the given cursor using the values of this row object.
Read-only property IsNull Indicates whether or not the value of the specified field in the row object is NULL.
Method SetNull Sets the value of the specified field to NULL in the row object.
Method SetRow Sets this row object with a new row.
Method SetValue Sets the value of the specified field in the row object.
Method UpdateRow Updates the existing row of the current position of the cursor with the values of this row object.