ArcObjects Library Reference (GeoDatabase)  

IRepresentationRules.Next Method

Returns the next representation rule in the enumeration.

[Visual Basic .NET]
Public Sub Next ( _
    ByRef ID As Integer, _
    ByRef repRule As IRepresentationRule _
)
[C#]
public void Next (
    ref int ID,
    ref IRepresentationRule repRule
);
[C++]
HRESULT Next(
  long* ID,
  IRepresentationRule** repRule
);
[C++]

Parameters

ID [out]   ID is a parameter of type long repRule [out]

  repRule is a parameter of type IRepresentationRule

Product Availability

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

Remarks

Call Reset method before calling Next method as this will take the rules collection to the beginning.

See Also

IRepresentationRules Interface