This document is archived and information here might be outdated.  Recommended version.


IEnumVariantSimple Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IE > IEnumVariantSimple Interface
ArcGIS Developer Help

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

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

Classes that implement IEnumVariantSimple