This document is archived and information here might be outdated.  Recommended version.


IGraphicAttributeEnumType.NextValue Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGraphicAttributeEnumType Interface > IGraphicAttributeEnumType.NextValue Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

IGraphicAttributeEnumType Interface