ArcObjects Library Reference (System)  

IEnumVariantSimple Interface

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

Product Availability

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

Description

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.

Members

Description
Method Next Obtains the next VARIANT in the set.
Method Reset Resets the internal cursor back to the beginning of the set.