ArcObjects Library Reference (System)  

IEnumBSTR Interface

Provides access to members that enumerate over a set of strings.

Product Availability

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

Description

IEnumBSTR provides access to a set of strings (a BSTR is a particular COM representation of a string that is compatible with VB). An empty string is returned by Next when there are no more strings to fetch.

Members

Description
Method Next Obtains the next string in the list.
Method Reset Resets the string so the next returned string is the first.

CoClasses that implement IEnumBSTR

CoClasses and Classes Description
EnumBSTR (esriGeoprocessing) Enumeration of multiple strings.