This document is archived and information here might be outdated. Recommended version. |
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.
Name | Description | |
---|---|---|
Next | Obtains the next VARIANT in the set. | |
Reset | Resets the internal cursor back to the beginning of the set. |
Classes | Description |
---|---|
SpatialPartitions (esriDataSourcesRaster) |