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 > IGpEnumObject Interface (ArcObjects .NET 10.5 SDK) |
Provides access to the properties and methods of a Geoprocessing object enumerator object.
Description | ||
---|---|---|
DeleteRow | Inserts the row associated with the given cursor row. | |
InsertRow | Inserts the row associated with the given cursor row. | |
NewRow | Creates and returns a new cursor row object. | |
Next | Returns the next object in the enumeration sequence. | |
Reset | Resets the enumeration so the next returned string is the first. | |
SetCursor | Initializes the enumeration of rows based upon the given cursor. | |
SetFields | Sets the fields to be used when creating cursors. | |
SetIndexes | Sets the indexes to be used when creating cursors. | |
UpdateRow | Updates the row associated with the given cursor row. |