This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IE > IEnumVariantSimple Interface > IEnumVariantSimple.Next Method (ArcObjects .NET 10.5 SDK) |
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
The Next method returns the next variant in the enumerator.