This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRepresentationRules Interface > IRepresentationRules.Next Method (ArcObjects .NET 10.4 SDK) |
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
Call Reset method before calling Next method as this will take the rules collection to the beginning.