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


IEnumRow2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEnumRow2 Interface
ArcGIS Developer Help

IEnumRow2 Interface

Provides access to source of a selected row.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Read-only property Count The number of rows.
Method get_FeatureLayer Retrieves the next feature's featurelayer in the sequence.
Method get_StandaloneTable Retrieves the next row's standalonetable in the sequence.
Method Next Retrieves the next row in the sequence.
Method Reset Resets the enumeration sequence to the beginning.

Inherited Interfaces

Interfaces Description
IEnumRow Provides access to members that enumerate rows in sequence.

Classes that implement IEnumRow2

Classes Description