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


IRepresentationRules.Next Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRepresentationRules Interface > IRepresentationRules.Next Method
ArcGIS Developer Help

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(
  System.Int32* 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