This document is archived and information here might be outdated. Recommended version. |
Provides access to members that enumerate over a set of named IDs.
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.
Name | Description | |
---|---|---|
Next | Obtains the next name-ID pair in the set. | |
Reset | Resets internal cursor so that the next call to Next returns the first pair in the set. |
Classes | Description |
---|