|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumBSTR
Provides access to members that enumerate over a set of strings.
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.
Method Summary | |
---|---|
String |
next()
Obtains the next string in the list. |
void |
reset()
Resets the string so the next returned string is the first. |
Method Detail |
---|
String next() throws IOException, AutomationException
The Next method returns the next string in the enumerator. An empty string is returned by Next when there are no more strings to fetch.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws IOException, AutomationException
The Reset method resets the enumerator so that the next call to the Next method returns the first string in the enumerator.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |