This document is archived and information here might be outdated. Recommended version. |
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**
Call Reset method before calling Next method as this will take the rules collection to the beginning.