This document is archived and information here might be outdated. Recommended version. |
Skips forward or backward over a specified number of vertices.
[Visual Basic .NET]
Public Sub Skip ( _
ByVal numVertices As Integer _
)
[C#]
public void Skip (
int numVertices
);
[C++]
HRESULT Skip(
long numVertices
);
[C++] Parameters numVertices
numVertices is a parameter of type long
The Skip method allows jumping over a given number of positions in the enumerator. The Skip method can be used to go forward (positive value) or backward (negative value).