ArcObjects Library Reference (GeoDatabase)  

IEnumGPValue.Next Method

Provides the next value object in the enumeration.

[Visual Basic .NET]
Public Function Next ( _
) As IGPValue
[C#]
public IGPValue Next (
);
[C++]
HRESULT Next(
  IGPValue** Value
);
[C++]

Parameters

Value [out, retval]

  Value is a parameter of type IGPValue

Product Availability

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

See Also

IEnumGPValue Interface