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 | ||
---|---|---|
Next | Obtains the next string in the list. | |
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. |