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


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

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

Name 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.

Classes that implement IGpEnumObject

Classes Description