ArcObjects Library Reference (Display)  

IGraphicAttributeEnumType.NextValue Method

Hands back the next value in the enumeration.

[Visual Basic .NET]
Public Function NextValue ( _
) As Integer
[C#]
public int NextValue (
);
[C++]
HRESULT NextValue(
  long* val
);
[C++]

Parameters

val [out, retval]   val is a parameter of type long

Product Availability

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

See Also

IGraphicAttributeEnumType Interface