![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
| ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpCursorRow Interface (ArcObjects .NET 10.5 SDK) | 
Provides access to the Cursor Row. Note: the IGpCursorRow interface has been superseded byIGpCursorRow2. Please consider using the more recent version.
| Description | ||
|---|---|---|
![]()  | 
DeleteRow | Deletes the existing row of the current position of the cursor. | 
![]()  | 
GetValue | Returns the value of the specified field in the row object. | 
![]()  | 
InsertRow | Inserts a new row into the data source of the given cursor using the values of this row object. | 
![]()  | 
IsNull | Indicates whether or not the value of the specified field in the row object is NULL. | 
![]()  | 
SetNull | Sets the value of the specified field to NULL in the row object. | 
![]()  | 
SetRow | Sets this row object with a new row. | 
![]()  | 
SetValue | Sets the value of the specified field in the row object. | 
![]()  | 
UpdateRow | Updates the existing row of the current position of the cursor with the values of this row object. |