This document is archived and information here might be outdated.  Recommended version.


IGpCursorRow2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpCursorRow2 Interface
ArcGIS Developer Help

IGpCursorRow2 Interface

Provides access to the Cursor Row.

Product Availability

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

Description

This interface is new at ArcGIS 9.3. It supersedes IGPCursorRow.

Members

Name Description
Method DeleteRow Deletes the existing row of the current position of the cursor.
Method GetOIDandGeomFieldNames Returns the OID and GEOMETRY fields of the associated table.
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 IsInsertCursor Returns if the row is from an insert cursor or not.
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.

Inherited Interfaces

Interfaces Description
IGpCursorRow Provides access to the Cursor Row.

Classes that implement IGpCursorRow2

Classes Description