ArcObjects Library Reference (Geoprocessing)  

IGpEnumObject Interface

Provides access to the properties and methods of a Geoprocessing object enumerator object.

Product Availability

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

Members

Description
Method DeleteRow Inserts the row associated with the given cursor row.
Method InsertRow Inserts the row associated with the given cursor row.
Method NewRow Creates and returns a new cursor row object.
Method Next Returns the next object in the enumeration sequence.
Method Reset Resets the enumeration so the next returned string is the first.
Method SetCursor Initializes the enumeration of rows based upon the given cursor.
Method SetFields Sets the fields to be used when creating cursors.
Method SetIndexes Sets the indexes to be used when creating cursors.
Method UpdateRow Updates the row associated with the given cursor row.