ArcObjects Library Reference (System)  

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

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.