ArcObjects Library Reference  (GeoDatabase)    

IEnumGPValue.Next Method

Provides the next value object in the enumeration.

[Visual Basic 6.0]
Function Next As IGPValue
[Visual Basic .NET]
Public Function Next ( _
) As IGPValue
[C#]
public IGPValue Next (
);
[Java]
public IGPValue next (
)
throws
    IOException,
    AutomationException
[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