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


IEnumNamedID Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IE > IEnumNamedID Interface
ArcGIS Developer Help

IEnumNamedID Interface

Provides access to members that enumerate over a set of named IDs.

Product Availability

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

Description

IEnumNamedID, which is used by the Paper object of esriOutput, provides browsing over a set of ID-name pairs. The ID is a long integer returned by the Next method. The name is a string returned as an ouput parameter of Next. When there are no more pairs to fetch, Next returns an empty name string.

Members

Name Description
Method Next Obtains the next name-ID pair in the set.
Method Reset Resets internal cursor so that the next call to Next returns the first pair in the set.

Classes that implement IEnumNamedID

Classes Description