IEnumVariantSimple Interface

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

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.

IEnumVariantSimple.Next Method

Obtains the next VARIANT in the set.

Public Function Next ( _
) As Object
public object Next (
);

Description

The Next method returns the next variant in the enumerator.

IEnumVariantSimple.Reset Method

Resets the internal cursor back to the beginning of the set.

Public Sub Reset ( _
)
public void Reset (
);

Description

The Reset method resets the enumerator so that the next call to the Next method returns the first variant in the enumerator.

Classes that implement IEnumVariantSimple

Classes Description
SpatialPartitions (esriDataSourcesRaster)

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.