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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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).