|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumVariantSimple
Provides access to members that enumerate over a set of VARIANTs.
IEnumVariantSimple is a VB friendly alternative to the standard OLE interface IEnumVariant. Where IEnumVariant pointers are returned by ESRI interfaces, such as IDataStatistics, you should instead be able to use IEnumVariantSimple.
Method Summary | |
---|---|
Object |
next()
Obtains the next VARIANT in the set. |
void |
reset()
Resets the internal cursor back to the beginning of the set. |
Method Detail |
---|
Object next() throws IOException, AutomationException
The Next method returns the next variant in the enumerator.
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 variant 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 |