ArcObjects Library Reference (System)  

IEnumVariantSimple.Next Method

Obtains the next VARIANT in the set.

[Visual Basic .NET]
Public Function Next ( _
) As Object
[C#]
public object Next (
);
[C++]
HRESULT Next(
  VARIANT* nextVariant
);
[C++]

Parameters

nextVariant [out, retval]   nextVariant is a parameter of type VARIANT

Product Availability

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

Description

The Next method returns the next variant in the enumerator.

See Also

IEnumVariantSimple Interface